X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/237dc400a6995da6d8a439d4abb173eecbe74a01..08f83172c482208d35cd75c704cebd1d70a73af2:/apps/suggest/templates/publishing_suggest.html diff --git a/apps/suggest/templates/publishing_suggest.html b/apps/suggest/templates/publishing_suggest.html index a6ed283d5..ea1d9264f 100755 --- a/apps/suggest/templates/publishing_suggest.html +++ b/apps/suggest/templates/publishing_suggest.html @@ -1,14 +1,19 @@ {% load i18n %} -

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

+{% load honeypot %} + +

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

+
+{% 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 }}