comparison gpp/templates/forums/topic_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 cf9f9d4c4d54
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> &raquo; {{ title }} 10 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> &raquo; {{ 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 <table class="forum-topic-table"> 15 <table class="forum-topic-table">
12 <thead> 16 <thead>
13 <th class="col-0">Forum</th> 17 <th class="col-0">Forum</th>