bgneal@108: {% extends 'base.html' %} bgneal@127: {% load forum_tags %} bgneal@108: {% block title %}Forums: New Post{% endblock %} bgneal@108: {% block custom_js %}{{ form.media }}{% endblock %} bgneal@108: {% block content %} bgneal@283: {% forum_navigation topic "New Post" %} bgneal@108: bgneal@108: {% if can_post %} bgneal@108:
bgneal@108: bgneal@285: {% show_form "New Post" form "Submit Post" 0 %} bgneal@108: {% else %} bgneal@108: {% if topic.locked %} bgneal@108:

This topic is locked.

bgneal@108: {% else %} bgneal@108:

You don't have permission to post to this topic.

bgneal@108: {% endif %} bgneal@108: {% endif %} bgneal@127:
bgneal@108: {% endblock %}