fnp
/
wolnelektury.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
f79dfbc
)
Disable annoy on form pages.
author
Radek Czajka
<rczajka@rczajka.pl>
Mon, 16 Aug 2021 12:30:04 +0000
(14:30 +0200)
committer
Radek Czajka
<rczajka@rczajka.pl>
Mon, 16 Aug 2021 12:30:04 +0000
(14:30 +0200)
src/wolnelektury/templates/forms/form_detail.html
patch
|
blob
|
history
diff --git
a/src/wolnelektury/templates/forms/form_detail.html
b/src/wolnelektury/templates/forms/form_detail.html
index
519681b
..
c32133f
100644
(file)
--- a/
src/wolnelektury/templates/forms/form_detail.html
+++ b/
src/wolnelektury/templates/forms/form_detail.html
@@
-3,6
+3,9
@@
{% block title %}{{ form.title }}{% endblock %}
{% block title %}{{ form.title }}{% endblock %}
+{% block annoy %}
+{% endblock %}
+
{% block body %}
{% render_built_form form %}
{% endblock %}
{% block body %}
{% render_built_form form %}
{% endblock %}