X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3be2da7359a9e68a577aa28a6a9d2ff0d3e0d8e4..3deefcf48d775eb7d4cb1a41a51b8ff501f108ed:/src/suggest/templates/publishing_suggest.html diff --git a/src/suggest/templates/publishing_suggest.html b/src/suggest/templates/publishing_suggest.html index 43ad4031b..eb758c3f4 100644 --- a/src/suggest/templates/publishing_suggest.html +++ b/src/suggest/templates/publishing_suggest.html @@ -1,17 +1,7 @@ {% extends "ajaxable/form.html" %} {% load i18n %} -{% load ajaxable_tags %} -{% block form_fields %} -{{ form.contact|pretty_field }} - <li>{% trans "I'd like to find in WolneLektury.pl theseâ¦" %}</li> - {{ form.books|pretty_field }} - {{ form.ebook|pretty_checkbox }} - {{ form.audiobook|pretty_checkbox }} - {{ form.agree_newsletter|pretty_checkbox }} - <li><span class="helptext">{{ form.data_processing }}</span></li> -{% endblock %} {% 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 + <p>{% trans "PamiÄtaj, że możemy publikowaÄ jedynie ksiÄ Å¼ki w domenie publicznej, czyli 70 lat po Åmierci autora!" %}</p> +{% endblock %}