comparison 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
comparison
equal deleted inserted replaced
279:879d39647064 280:21d2ca3b4bf7
22 return confirm("Are you sure you wish to remove the selected topics from your list?"); 22 return confirm("Are you sure you wish to remove the selected topics from your list?");
23 }); 23 });
24 }); 24 });
25 //]]> 25 //]]>
26 </script> 26 </script>
27 {% include "forums/forum_query.js" %}
27 {% endblock %} 28 {% endblock %}
28 {% block content %} 29 {% block content %}
29 <h2>Forums: {{ page_title }}</h2> 30 <h2>Forums: {{ page_title }}</h2>
30 31
31 <h3> 32 <h3>
32 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> &raquo; {{ page_title }} 33 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> &raquo; {{ page_title }}
33 </h3> 34 </h3>
35 {% include "forums/forum_query.html" %}
34 <p>{{ description }}</p> 36 <p>{{ description }}</p>
35 {% include 'forums/pagination.html' %} 37 {% include 'forums/pagination.html' %}
36 <form id="topic_form" action="." method="post">{% csrf_token %} 38 <form id="topic_form" action="." method="post">{% csrf_token %}
37 <table class="forum-topic-table"> 39 <table class="forum-topic-table">
38 <thead> 40 <thead>