Mercurial > public > sg101
comparison gpp/templates/forums/topic_list.html @ 283:593fb6dbd449
Fixing #125. Developed a forums navigation template tag to consistently display forum navigation.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 04 Oct 2010 00:57:58 +0000 |
parents | 21d2ca3b4bf7 |
children | daa2916f5b34 |
comparison
equal
deleted
inserted
replaced
282:39664e661c69 | 283:593fb6dbd449 |
---|---|
3 {% block title %}Forums: {{ title }}{% endblock %} | 3 {% block title %}Forums: {{ title }}{% endblock %} |
4 {% block custom_js %} | 4 {% block custom_js %} |
5 {% include "forums/forum_query.js" %} | 5 {% include "forums/forum_query.js" %} |
6 {% endblock %} | 6 {% endblock %} |
7 {% block content %} | 7 {% block content %} |
8 <h2>Forums: {{ title }}</h2> | 8 {% forum_navigation title %} |
9 <h3> | |
10 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> » {{ title }} | |
11 </h3> | |
12 {% include "forums/forum_query.html" %} | 9 {% include "forums/forum_query.html" %} |
13 <div class="forum-block"> | 10 <div class="forum-block"> |
14 {{ page_nav }} | 11 {{ page_nav }} |
15 <table class="forum-topic-table"> | 12 <table class="forum-topic-table"> |
16 <thead> | 13 <thead> |