Mercurial > public > sg101
view gpp/templates/forums/new_topic.html @ 465:79d454ff2de0
Add raw_id_fields to the FlaggedPostAdmin.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 09 Jul 2011 02:28:33 +0000 |
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 %}