Mercurial > public > sg101
view gpp/templates/forums/show_form.html @ 159:416353def4ca
Added a new posts template tag for the home page.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 20 Dec 2009 20:42:19 +0000 |
parents | 13330e1836f3 |
children | 6a5549c2efb5 |
line wrap: on
line source
{% load core_tags %} <form action="." method="post"> <fieldset> <legend>{{ legend_text }}</legend> {{ form.as_p }} {% comment_dialogs %} <input type="submit" value="{{ submit_value }}" {% if is_ajax %}id="forums-reply-post"{% endif %} /> </fieldset> </form>