X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b6f95eff8a5fa136edb60905284c5fd54f509fac..237dc400a6995da6d8a439d4abb173eecbe74a01:/apps/suggest/templates/publishing_suggest.html diff --git a/apps/suggest/templates/publishing_suggest.html b/apps/suggest/templates/publishing_suggest.html new file mode 100755 index 000000000..a6ed283d5 --- /dev/null +++ b/apps/suggest/templates/publishing_suggest.html @@ -0,0 +1,15 @@ +{% load i18n %} +

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

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