fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
lazy gettext in pdf form
[wolnelektury.git]
/
apps
/
ajaxable
/
templates
/
ajaxable
/
form.html
diff --git
a/apps/ajaxable/templates/ajaxable/form.html
b/apps/ajaxable/templates/ajaxable/form.html
index
ba79e4b
..
84e86e1
100755
(executable)
--- a/
apps/ajaxable/templates/ajaxable/form.html
+++ b/
apps/ajaxable/templates/ajaxable/form.html
@@
-1,10
+1,13
@@
{% load i18n %}
<h1>{{ title }}</h1>
{% load i18n %}
<h1>{{ title }}</h1>
-<form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8" class="cuteform">
+<form action="{{ request.get_full_path }}" method="post" accept-charset="utf-8"
+ class="cuteform{% if placeholdize %} hidelabels{% endif %}">
<ol>
<ol>
- <div id="id___all__"></div>
+ <div id="id_
{% if form_prefix %}{{ form_prefix }}-{% endif %}
__all__"></div>
{{ form.as_ul }}
<li><input type="submit" value="{{ submit }}"/></li>
</ol>
{{ form.as_ul }}
<li><input type="submit" value="{{ submit }}"/></li>
</ol>
-</form>
\ No newline at end of file
+</form>
+
+{% block extra %}{% endblock %}
\ No newline at end of file