standarize ajaxable dialogs
[wolnelektury.git] / apps / ajaxable / templates / ajaxable / form.html
1 {% load i18n %}
2 <h1>{{ title }}</h1>
3
4 <form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8" class="cuteform">
5 <ol>
6     {{ form.as_ul }}
7     <li><input type="submit" value="{{ submit }}"/></li>
8 </ol>
9 </form>