Browse Source

Fix edit board link not appearing

pull/40/head
Fredrick Brennan 10 years ago
parent
commit
101202a031
  1. 2
      templates/post/post_controls.html

2
templates/post/post_controls.html

@ -48,10 +48,10 @@
{% else %}
<a title="{% trans %}Move reply to another board{% endtrans %}" href="?/{{ board.dir }}move_reply/{{ post.id }}">{{ config.mod.link_move }}</a>&nbsp;
{% endif %}
{% endif %}
{% if mod|hasPermission(config.mod.editpost, board.uri) %}
<a title="{% trans %}Edit post{% endtrans %}" href="?/{{ board.dir }}edit{% if config.mod.raw_html_default %}_raw{% endif %}/{{ post.id }}">{{ config.mod.link_editpost }}</a>&nbsp;
{% endif %}
{% endif %}
</span>
{% endif %}

Loading…
Cancel
Save