X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/60b06883b6d5a336ef47c01103ec1ce25aafae69..82c3054bcdeb000aa9782da80d644070797b5cbe:/apps/suggest/templates/publishing_suggest.html diff --git a/apps/suggest/templates/publishing_suggest.html b/apps/suggest/templates/publishing_suggest.html index a6ed283d5..2ac0ec245 100755 --- a/apps/suggest/templates/publishing_suggest.html +++ b/apps/suggest/templates/publishing_suggest.html @@ -1,14 +1,20 @@ {% load i18n %} -

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

-
+{% load honeypot %} +{% load ssi_csrf_token from ssify %} + +

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

+ + +{% ssi_csrf_token %} +{% render_honeypot_field %}
    -
  1. {{ pubsuggest_form.contact.errors }} {{ pubsuggest_form.contact }}
  2. +
  3. {{ form.contact.errors }} {{ form.contact }}
  4. {% trans "I'd like to find in WolneLektury.pl these…" %}
  5. -
  6. {{ pubsuggest_form.books.errors }} {{ pubsuggest_form.books }}
  7. +
  8. {{ form.books.errors }} {{ form.books }}
  9. -
  10. {{ pubsuggest_form.audiobooks.errors }} {{ pubsuggest_form.audiobooks }}
  11. +
  12. {{ form.audiobooks.errors }} {{ form.audiobooks }}