diff gpp/templates/forums/manage_topics.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 a46788862737
children 593fb6dbd449
line wrap: on
line diff
--- a/gpp/templates/forums/manage_topics.html	Sun Oct 03 00:28:23 2010 +0000
+++ b/gpp/templates/forums/manage_topics.html	Sun Oct 03 20:44:09 2010 +0000
@@ -24,6 +24,7 @@
 });
 //]]>
 </script>
+{% include "forums/forum_query.js" %}
 {% endblock %}
 {% block content %}
 <h2>Forums: {{ page_title }}</h2>
@@ -31,6 +32,7 @@
 <h3>
    <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> &raquo; {{ page_title }}
 </h3>
+{% include "forums/forum_query.html" %}
 <p>{{ description }}</p>
 {% include 'forums/pagination.html' %}
 <form id="topic_form" action="." method="post">{% csrf_token %}