fnp
/
wolnelektury.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove piston, keep just the models.
[wolnelektury.git]
/
src
/
suggest
/
templates
/
publishing_suggest.html
diff --git
a/src/suggest/templates/publishing_suggest.html
b/src/suggest/templates/publishing_suggest.html
index
66792c7
..
43ad403
100755
(executable)
--- a/
src/suggest/templates/publishing_suggest.html
+++ b/
src/suggest/templates/publishing_suggest.html
@@
-9,10
+9,9
@@
{{ form.ebook|pretty_checkbox }}
{{ form.audiobook|pretty_checkbox }}
{{ form.agree_newsletter|pretty_checkbox }}
{{ form.ebook|pretty_checkbox }}
{{ form.audiobook|pretty_checkbox }}
{{ form.agree_newsletter|pretty_checkbox }}
+ <li><span class="helptext">{{ form.data_processing }}</span></li>
{% endblock %}
{% endblock %}
-
- <li><input type="submit" value="{% trans "Send report" %}"/></li>
- <li>{% trans "Remember that we can only publish books in public domain, ie. 70 years after the death of the author!" %}</li>
- </ol>
-</form>
+{% block extra %}
+ <p>{% trans "Remember that we can only publish books in public domain, ie. 70 years after the death of the author!" %}</p>
+{% endblock %}
\ No newline at end of file