Mercurial > public > sg101
comparison 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 |
comparison
equal
deleted
inserted
replaced
106:cb72577785df | 107:e94398f5e027 |
---|---|
1 {% extends 'base.html' %} | 1 {% extends 'base.html' %} |
2 {% block title %}Forums: {{ topic.name }}{% endblock %} | 2 {% block title %}Forums: {{ topic.name }}{% endblock %} |
3 {% block custom_js %}{% if last_page %}{{ form.media }}{% endif %}{% endblock %} | 3 {% block custom_js %}{{ form.media }}{% endblock %} |
4 {% block content %} | 4 {% block content %} |
5 <h2>Forums: {{ topic.name }}</h2> | 5 <h2>Forums: {{ topic.name }}</h2> |
6 | 6 |
7 <h3> | 7 <h3> |
8 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> » | 8 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> » |