bgneal@110: {% extends 'base.html' %} bgneal@283: {% load forum_tags %} bgneal@110: {% block title %}Forums: Move Topic{% endblock %} bgneal@110: {% block content %} bgneal@283: {% forum_navigation topic "Move Topic" %} bgneal@110: bgneal@110: <div class="forum-block"> bgneal@194: <form action="." method="post">{% csrf_token %} bgneal@110: <fieldset> bgneal@110: <legend>Move Topic: {{ topic.name }}</legend> bgneal@110: {{ form.as_p }} bgneal@110: <input type="submit" value="Move Topic" /> bgneal@110: </fieldset> bgneal@110: </form> bgneal@110: </div> bgneal@110: {% endblock %}