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@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: