Mercurial > public > sg101
view gpp/templates/forums/show_form.html @ 154:82deb8cc59e9
Fix #26; IE8 has problems displaying lists of divs.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sat, 19 Dec 2009 20:12:29 +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>