X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/src/suggest/templates/publishing_suggest.html?ds=sidebyside diff --git a/src/suggest/templates/publishing_suggest.html b/src/suggest/templates/publishing_suggest.html new file mode 100755 index 000000000..2ac0ec245 --- /dev/null +++ b/src/suggest/templates/publishing_suggest.html @@ -0,0 +1,21 @@ +{% load i18n %} +{% load honeypot %} +{% load ssi_csrf_token from ssify %} + +

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

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