bgneal@119: {% extends 'base.html' %} bgneal@119: {% block title %}Forums: Split Topic{% endblock %} bgneal@119: {% block custom_js %}{{ form.media }}{% endblock %} bgneal@119: {% block content %} bgneal@119:

Forums: Split Topic {{ topic.name }}

bgneal@119: bgneal@119:

bgneal@119: SurfGuitar101 Forum Index » bgneal@119: {{ forum.name }} » bgneal@119: {{ topic.name }} bgneal@119:

bgneal@119: bgneal@119:
bgneal@119:

bgneal@119: Using the form below, you can split a topic into two. You can either specify which posts get bgneal@119: split to the new topic ("Split Selected Posts"), or by selecting a post such that all posts bgneal@119: at or below the selection get split ("Split At Selected Post"). bgneal@119:

bgneal@119:

bgneal@119: bgneal@119: {{ form.as_table }} bgneal@119: bgneal@119:
  bgneal@119: bgneal@119:
bgneal@119: bgneal@119: bgneal@119: {% for post in posts %} bgneal@119: bgneal@119: bgneal@119: bgneal@119: bgneal@119: bgneal@119: {% endfor %} bgneal@119:
bgneal@119: bgneal@119:
bgneal@119: {{ post.html|safe }} bgneal@119:
bgneal@119:
bgneal@119: {% if not forloop.first %} bgneal@119: bgneal@119: {% endif %} bgneal@119:
bgneal@119:
bgneal@119:
bgneal@119: {% endblock %}