Mercurial > public > sg101
comparison gpp/templates/forums/post_list.html @ 280:21d2ca3b4bf7
Fixing #121. The forum query pulldown should appear on all forum query pages for consistency.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 03 Oct 2010 20:44:09 +0000 |
parents | 7071b196ddd5 |
children | 593fb6dbd449 |
comparison
equal
deleted
inserted
replaced
279:879d39647064 | 280:21d2ca3b4bf7 |
---|---|
1 {% extends 'base.html' %} | 1 {% extends 'base.html' %} |
2 {% load forum_tags %} | 2 {% load forum_tags %} |
3 {% block title %}Forums: {{ title }}{% endblock %} | 3 {% block title %}Forums: {{ title }}{% endblock %} |
4 {% block custom_js %} | |
5 {% include "forums/forum_query.js" %} | |
6 {% endblock %} | |
4 {% block content %} | 7 {% block content %} |
5 <h2>Forums: {{ title }}</h2> | 8 <h2>Forums: {{ title }}</h2> |
6 <h3> | 9 <h3> |
7 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> » {{ title }} | 10 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> » {{ title }} |
8 </h3> | 11 </h3> |
12 {% include "forums/forum_query.html" %} | |
9 <div class="forum-block"> | 13 <div class="forum-block"> |
10 {{ page_nav }} | 14 {{ page_nav }} |
11 {% if page.object_list %} | 15 {% if page.object_list %} |
12 <dl id="forums-post-list"> | 16 <dl id="forums-post-list"> |
13 {% for post in page.object_list %} | 17 {% for post in page.object_list %} |