Mercurial > public > sg101
comparison gpp/templates/forums/mod_split_topic.html @ 283:593fb6dbd449
Fixing #125. Developed a forums navigation template tag to consistently display forum navigation.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 04 Oct 2010 00:57:58 +0000 |
parents | 6a5549c2efb5 |
children | 88b2b9cb8c1f |
comparison
equal
deleted
inserted
replaced
282:39664e661c69 | 283:593fb6dbd449 |
---|---|
1 {% extends 'base.html' %} | 1 {% extends 'base.html' %} |
2 {% load forum_tags %} | |
2 {% block title %}Forums: Split Topic{% endblock %} | 3 {% block title %}Forums: Split Topic{% endblock %} |
3 {% block custom_js %}{{ form.media }}{% endblock %} | 4 {% block custom_js %}{{ form.media }}{% endblock %} |
4 {% block content %} | 5 {% block content %} |
5 <h2>Forums: Split Topic {{ topic.name }}</h2> | 6 {% forum_navigation topic "Split Topic" %} |
6 | |
7 <h3> | |
8 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> » | |
9 <a href="{% url forums-forum_index slug=forum.slug %}">{{ forum.name }}</a> » | |
10 <a href="{% url forums-topic_index id=topic.id %}">{{ topic.name }}</a> | |
11 </h3> | |
12 | 7 |
13 <div class="forum-block"> | 8 <div class="forum-block"> |
14 <p> | 9 <p> |
15 Using the form below, you can split a topic into two. You can either specify which posts get | 10 Using the form below, you can split a topic into two. You can either specify which posts get |
16 split to the new topic ("Split Selected Posts"), or by selecting a post such that all posts | 11 split to the new topic ("Split Selected Posts"), or by selecting a post such that all posts |