X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/60b06883b6d5a336ef47c01103ec1ce25aafae69..6cc5df1faff7c600d0cf4b4174621eca99e86354:/apps/suggest/templates/publishing_suggest.html diff --git a/apps/suggest/templates/publishing_suggest.html b/apps/suggest/templates/publishing_suggest.html index a6ed283d5..3e710008c 100755 --- a/apps/suggest/templates/publishing_suggest.html +++ b/apps/suggest/templates/publishing_suggest.html @@ -1,14 +1,16 @@ {% load i18n %} -

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

+

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

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