X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/9a938c8b406ce05e3bca4a5a483d473ece9e17b0..e24e657ebf536f55c1bde66bd41563fae30a98b0:/src/suggest/templates/publishing_suggest.html diff --git a/src/suggest/templates/publishing_suggest.html b/src/suggest/templates/publishing_suggest.html old mode 100755 new mode 100644 index 33f95a531..eb758c3f4 --- a/src/suggest/templates/publishing_suggest.html +++ b/src/suggest/templates/publishing_suggest.html @@ -1,23 +1,7 @@ +{% extends "ajaxable/form.html" %} {% 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 }}
  6. - -
  7. {{ form.ebook.errors }} {{ form.ebook }}
  8. -
  9. {{ form.audiobook.errors }} {{ form.audiobook }}
  10. - -
  11. -
  12. {% trans "Remember that we can only publish books in public domain, ie. 70 years after the death of the author!" %}
  13. -
-
+{% block extra %} +

{% trans "Pamiętaj, że możemy publikować jedynie książki w domenie publicznej, czyli 70 lat po śmierci autora!" %}

+{% endblock %}