Mercurial > public > sg101
view gpp/templates/forums/new_topic.html @ 368:b76af55aafe4
For #176; cache the output of the latest poll block template tag.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 05 Mar 2011 21:00:00 +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 %}