bgneal@83: {% extends 'base.html' %} bgneal@283: {% load forum_tags %} bgneal@83: {% block title %}Forums: New Topic Created{% endblock %} bgneal@83: {% block content %} bgneal@283: {% forum_navigation topic "New Topic Created" %} bgneal@83: bgneal@83:
bgneal@283: You have successfully created a new topic called " bgneal@283: {{ topic.name }}". bgneal@83:
bgneal@83: {% endblock %}