X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/357027375ff8867f42ca34bcbfb5a78b5b185fc3..3c0e373447323b5e33b273859e790a2054771afa:/src/suggest/templates/publishing_suggest.html diff --git a/src/suggest/templates/publishing_suggest.html b/src/suggest/templates/publishing_suggest.html index 2ac0ec245..16c70a49b 100755 --- a/src/suggest/templates/publishing_suggest.html +++ b/src/suggest/templates/publishing_suggest.html @@ -5,17 +5,31 @@

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

-{% ssi_csrf_token %} -{% render_honeypot_field %} -
    -
  1. {{ form.contact.errors }} {{ form.contact }}
  2. + {% ssi_csrf_token %} + {% render_honeypot_field %} +
      +
    1. + {{ form.contact.errors }} + + {{ form.contact }} +
    2. {% trans "I'd like to find in WolneLektury.pl these…" %}
    3. -
    4. {{ form.books.errors }} {{ form.books }}
    5. +
    6. {{ form.books }}
    7. -
    8. {{ form.audiobooks.errors }} {{ form.audiobooks }}
    9. +
    10. + {{ form.ebook.errors }} + + {{ form.ebook }} +
    11. +
    12. + {{ form.audiobook.errors }} + + {{ form.audiobook }} +
    13. -
    +
  3. {% trans "Remember that we can only publish books in public domain, ie. 70 years after the death of the author!" %}
  4. +