X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e7d557155e2cd195f975e4559c353be5f28d7d66..9bc86f5a6542c5893ac94284da33162a7c7be2d6:/src/suggest/templates/publishing_suggest.html diff --git a/src/suggest/templates/publishing_suggest.html b/src/suggest/templates/publishing_suggest.html old mode 100755 new mode 100644 index 66792c7ab..2ccabde2d --- a/src/suggest/templates/publishing_suggest.html +++ b/src/suggest/templates/publishing_suggest.html @@ -1,18 +1,7 @@ {% extends "ajaxable/form.html" %} {% load i18n %} -{% load ajaxable_tags %} - -{% block form_fields %} -{{ form.contact|pretty_field }} -
  • {% trans "I'd like to find in WolneLektury.pl these…" %}
  • - {{ form.books|pretty_field }} - {{ form.ebook|pretty_checkbox }} - {{ form.audiobook|pretty_checkbox }} - {{ form.agree_newsletter|pretty_checkbox }} -{% endblock %} -
  • -
  • {% trans "Remember that we can only publish books in public domain, ie. 70 years after the death of the author!" %}
  • - - +{% block extra %} +

    {% trans "Remember that we can only publish books in public domain, ie. 70 years after the death of the author!" %}

    +{% endblock %}