Show locked/archived notice at the end of the page too.
This commit is contained in:
parent
2086a6cde2
commit
fe58c66d9d
1 changed files with 3 additions and 1 deletions
|
@ -17,12 +17,14 @@
|
|||
}) %}
|
||||
|
||||
{% set topic_tools = forum_topic_tools(topic_info, topic_pagination, can_reply) %}
|
||||
{% set topic_notice = forum_topic_locked(topic_info.topic_locked, topic_info.topic_archived) %}
|
||||
|
||||
{% block content %}
|
||||
{{ forum_header(topic_info.topic_title, topic_breadcrumbs, false, canonical_url) }}
|
||||
{{ forum_topic_locked(topic_info.topic_locked, topic_info.topic_archived) }}
|
||||
{{ topic_notice }}
|
||||
{{ topic_tools }}
|
||||
{{ forum_post_listing(topic_posts, current_user.user_id|default(0), topic_perms) }}
|
||||
{{ topic_tools }}
|
||||
{{ topic_notice }}
|
||||
{{ forum_header('', topic_breadcrumbs) }}
|
||||
{% endblock %}
|
||||
|
|
Loading…
Reference in a new issue