|
@ -66,7 +66,6 @@ |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
{% if request.has_any_permission(('edit', 'delete', 'tag', 'lock', 'move', 'edit_link', 'edit_title', 'remove', 'bookmark'), topic) %} |
|
|
|
|
|
<menu class="btn-post"> |
|
|
<menu class="btn-post"> |
|
|
{% if request.has_permission('edit', topic) %} |
|
|
{% if request.has_permission('edit', topic) %} |
|
|
<li><button class="btn-post-action" name="edit" |
|
|
<li><button class="btn-post-action" name="edit" |
|
@ -204,7 +203,6 @@ |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
</menu> |
|
|
</menu> |
|
|
<div class="btn-post-settings"></div> |
|
|
<div class="btn-post-settings"></div> |
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
{% if topic.is_locked %} |
|
|
{% if topic.is_locked %} |
|
|
<div class="toast toast-warning">This topic is locked. New comments can not be posted.</div> |
|
|
<div class="toast toast-warning">This topic is locked. New comments can not be posted.</div> |
|
|