bgneal@83: {% extends 'base.html' %} bgneal@127: {% load forum_tags %} bgneal@83: {% block title %}Forums: New Topic{% endblock %} bgneal@95: {% block custom_js %}{{ form.media }}{% endblock %} bgneal@83: {% block content %} bgneal@83: <h2>{{ forum.name }} - New Topic</h2> bgneal@83: bgneal@83: <h3> bgneal@83: <a href="{% url forums-index %}">SurfGuitar101 Forum Index</a> » bgneal@83: <a href="{% url forums-forum_index slug=forum.slug %}">{{ forum.name }}</a> bgneal@83: </h3> bgneal@83: bgneal@127: {% show_form "New Topic" form "Submit" 0 MEDIA_URL %} bgneal@83: {% endblock %}