fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
d8f00361f21c4c792e8d2d56e416cbb4726019d3
[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>