X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e431bb30d0e8d1feaad3a1c335b7bae596bade03..98e12313596c58738fc7e3eeaccfde202b91ef2a:/apps/suggest/templates/suggest.html diff --git a/apps/suggest/templates/suggest.html b/apps/suggest/templates/suggest.html new file mode 100644 index 000000000..a2d9d726e --- /dev/null +++ b/apps/suggest/templates/suggest.html @@ -0,0 +1,11 @@ +{% load i18n %} +

{% trans "Report a bug or suggestion" %}

+
+
    +
  1. {{ form.author }}
  2. +
  3. {{ form.email }}
  4. +
  5. {{ form.title }}
  6. +
  7. {{ form.description }}
  8. +
  9. +
+
\ No newline at end of file