diff gpp/templates/forums/forum_index.html @ 111:e5faf9f0c11a

Forums: implemented the bulk moderator functions that operate on a forum: bulk sticky, lock, delete, and move. These haven't been tested that well yet.
author Brian Neal <bgneal@gmail.com>
date Mon, 28 Sep 2009 03:57:09 +0000
parents bb3f0d315c5f
children d97ceb95ce02
line wrap: on
line diff
--- a/gpp/templates/forums/forum_index.html	Sat Sep 26 20:19:45 2009 +0000
+++ b/gpp/templates/forums/forum_index.html	Mon Sep 28 03:57:09 2009 +0000
@@ -38,7 +38,7 @@
       </tr>
    {% empty %}
       <tr>
-         <td colspan="4">
+         <td colspan="5">
             <i>No topics available.</i>
          </td>
       </tr>
@@ -46,5 +46,6 @@
    </tbody>
 </table>
 {{ page_nav }}
+<p><a href="{% url forums-mod_forum slug=forum.slug %}">Moderate this forum</a></p>
 </div>
 {% endblock %}