fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
sponsor alt
[wolnelektury.git]
/
src
/
ajaxable
/
templates
/
ajaxable
/
form.html
diff --git
a/src/ajaxable/templates/ajaxable/form.html
b/src/ajaxable/templates/ajaxable/form.html
index
0c97b65
..
3ca76a4
100644
(file)
--- a/
src/ajaxable/templates/ajaxable/form.html
+++ b/
src/ajaxable/templates/ajaxable/form.html
@@
-1,21
+1,17
@@
-{% load i18n %}
-
<h1>{{ title }}</h1>
<form action="{% if action_url %}{% url action_url %}{% else %}{{ action }}{% endif %}{% if action_query %}?{{ action_query }}{% endif %}" method="post" accept-charset="utf-8"
<h1>{{ title }}</h1>
<form action="{% if action_url %}{% url action_url %}{% else %}{{ action }}{% endif %}{% if action_query %}?{{ action_query }}{% endif %}" method="post" accept-charset="utf-8"
- class="cuteform
{% if placeholdize %} hidelabels{% endif %}
">
+ class="cuteform">
{% csrf_token %}
{% if honeypot %}
{% load honeypot %}
{% render_honeypot_field %}
{% endif %}
{% csrf_token %}
{% if honeypot %}
{% load honeypot %}
{% render_honeypot_field %}
{% endif %}
- <ol>
- <div id="id_{% if form_prefix %}{{ form_prefix }}-{% endif %}__all__"></div>
- {% block form_fields %}
- {{ form.as_ul }}
- {% endblock %}
- <li><input type="submit" value="{{ submit }}"/></li>
- </ol>
+ {{ form.as_p }}
+ <p class="helptext">
+ {{ form.data_processing }}
+ </p>
+ <button>{{ submit }}</button>
</form>
<div class="form-extra">
</form>
<div class="form-extra">