view gpp/templates/forums/new_topic.html @ 554:1bd184f3e87b

Updated requirements.txt after using my fork of django-elsewhere.
author Brian Neal <bgneal@gmail.com>
date Thu, 26 Jan 2012 20:56:03 -0600
parents 8fd4984d5c3b
children
line wrap: on
line source
{% extends 'base.html' %}
{% load forum_tags %}
{% block title %}Forums: New Topic{% endblock %}
{% block custom_js %}{{ form.media }}{% endblock %}
{% block content %}
{% forum_navigation forum "New Topic" %}

{% show_form "New Topic" form "Submit" 0 %}
{% endblock %}