fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix
[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
d92b340
..
3ca76a4
100644
(file)
--- a/
src/ajaxable/templates/ajaxable/form.html
+++ b/
src/ajaxable/templates/ajaxable/form.html
@@
-1,9
+1,7
@@
-{% 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 %}
{% csrf_token %}
{% if honeypot %}
{% load honeypot %}