view gpp/templates/forums/new_topic.html @ 371:c8c0fa817a05

Fixing #181; delete PM's if we can. Add ability for a sender to take back a PM if they delete it before it has been read.
author Brian Neal <bgneal@gmail.com>
date Sun, 06 Mar 2011 20:23:09 +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 %}