X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f82fa14e5f5b02994272fc0b588e557d5be6f2a4..3c0e373447323b5e33b273859e790a2054771afa:/src/suggest/templates/publishing_suggest.html?ds=sidebyside diff --git a/src/suggest/templates/publishing_suggest.html b/src/suggest/templates/publishing_suggest.html index 33f95a531..16c70a49b 100755 --- a/src/suggest/templates/publishing_suggest.html +++ b/src/suggest/templates/publishing_suggest.html @@ -5,19 +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. {{ form.books }}
    4. -
    5. {{ form.ebook.errors }} {{ form.ebook }}
    6. -
    7. {{ form.audiobook.errors }} {{ form.audiobook }}
    8. +
    9. + {{ form.ebook.errors }} + + {{ form.ebook }} +
    10. +
    11. + {{ form.audiobook.errors }} + + {{ form.audiobook }} +
    12. {% trans "Remember that we can only publish books in public domain, ie. 70 years after the death of the author!" %}
    13. -
    +