Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
110:c329bfaed4a7 | 111:e5faf9f0c11a |
---|---|
36 {% last_post_info topic.last_post MEDIA_URL %} | 36 {% last_post_info topic.last_post MEDIA_URL %} |
37 </td> | 37 </td> |
38 </tr> | 38 </tr> |
39 {% empty %} | 39 {% empty %} |
40 <tr> | 40 <tr> |
41 <td colspan="4"> | 41 <td colspan="5"> |
42 <i>No topics available.</i> | 42 <i>No topics available.</i> |
43 </td> | 43 </td> |
44 </tr> | 44 </tr> |
45 {% endfor %} | 45 {% endfor %} |
46 </tbody> | 46 </tbody> |
47 </table> | 47 </table> |
48 {{ page_nav }} | 48 {{ page_nav }} |
49 <p><a href="{% url forums-mod_forum slug=forum.slug %}">Moderate this forum</a></p> | |
49 </div> | 50 </div> |
50 {% endblock %} | 51 {% endblock %} |