Mercurial > public > sg101
view gpp/templates/forums/show_form.html @ 223:cd4124b19196
For #51; add user profiles to Haystack search.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 07 Jun 2010 03:37:36 +0000 |
parents | 6a5549c2efb5 |
children | 8fd4984d5c3b |
line wrap: on
line source
{% load core_tags %} <form action="." method="post">{% csrf_token %} <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>