comparison gpp/templates/forums/move_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
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: Move Topic{% endblock %} 3 {% block title %}Forums: Move Topic{% endblock %}
3 {% block content %} 4 {% block content %}
4 <h2>Forums: Move Topic</h2> 5 {% forum_navigation topic "Move Topic" %}
5
6 <h3>
7 <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> &raquo;
8 <a href="{% url forums-forum_index slug=forum.slug %}">{{ forum.name }}</a> &raquo;
9 <a href="{% url forums-topic_index id=topic.id %}">{{ topic.name }}</a>
10 </h3>
11 6
12 <div class="forum-block"> 7 <div class="forum-block">
13 <form action="." method="post">{% csrf_token %} 8 <form action="." method="post">{% csrf_token %}
14 <fieldset> 9 <fieldset>
15 <legend>Move Topic: {{ topic.name }}</legend> 10 <legend>Move Topic: {{ topic.name }}</legend>