Mercurial > public > sg101
diff gpp/templates/forums/topic.html @ 107:e94398f5e027
Forums: implemented post delete feature.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 22 Sep 2009 03:36:39 +0000 |
parents | 59688577a8f1 |
children | 07be3e39e639 |
line wrap: on
line diff
--- a/gpp/templates/forums/topic.html Sat Sep 19 21:49:56 2009 +0000 +++ b/gpp/templates/forums/topic.html Tue Sep 22 03:36:39 2009 +0000 @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% block title %}Forums: {{ topic.name }}{% endblock %} -{% block custom_js %}{% if last_page %}{{ form.media }}{% endif %}{% endblock %} +{% block custom_js %}{{ form.media }}{% endblock %} {% block content %} <h2>Forums: {{ topic.name }}</h2>