Просмотр исходного кода

Do not display the navigation in the online_users and report_post templates.

sh4nks 11 лет назад
Родитель
Сommit
3188d80d40
2 измененных файлов с 8 добавлено и 0 удалено
  1. 4 0
      flaskbb/templates/forum/online_users.html
  2. 4 0
      flaskbb/templates/forum/report_post.html

+ 4 - 0
flaskbb/templates/forum/online_users.html

@@ -1,6 +1,10 @@
 {% set page_title = "Online Users" %}
 {% set page_title = "Online Users" %}
 
 
 {% extends theme("layout.html") %}
 {% extends theme("layout.html") %}
+
+{% block navigation %}
+{% endblock %}
+
 {% block content %}
 {% block content %}
 
 
 <legend>Online Users</legend>
 <legend>Online Users</legend>

+ 4 - 0
flaskbb/templates/forum/report_post.html

@@ -1,6 +1,10 @@
 {% set page_title = "Report Post" %}
 {% set page_title = "Report Post" %}
 
 
 {% extends theme("layout.html") %}
 {% extends theme("layout.html") %}
+
+{% block navigation %}
+{% endblock %}
+
 {% block content %}
 {% block content %}
 {% from theme("macros.html") import render_field %}
 {% from theme("macros.html") import render_field %}