Browse Source

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

sh4nks 11 years ago
parent
commit
3188d80d40

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

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

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

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