X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..f2b4341b32254061ebd70a865066e7518de22ac8:/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 2ac0ec245..43ad4031b --- a/src/suggest/templates/publishing_suggest.html +++ b/src/suggest/templates/publishing_suggest.html @@ -1,21 +1,17 @@ +{% extends "ajaxable/form.html" %} {% load i18n %} -{% load honeypot %} -{% load ssi_csrf_token from ssify %} +{% load ajaxable_tags %} -

{% trans "Didn't find a book? Make a suggestion." %}

+{% 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 }} +
  • {{ form.data_processing }}
  • +{% endblock %} -
    -{% ssi_csrf_token %} -{% render_honeypot_field %} -
      -
    1. {{ form.contact.errors }} {{ form.contact }}
    2. - -
    3. {% trans "I'd like to find in WolneLektury.pl these…" %}
    4. - -
    5. {{ form.books.errors }} {{ form.books }}
    6. - -
    7. {{ form.audiobooks.errors }} {{ form.audiobooks }}
    8. - -
    9. -
    -
    +{% block extra %} +

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

    +{% endblock %} \ No newline at end of file