X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b6f95eff8a5fa136edb60905284c5fd54f509fac..237dc400a6995da6d8a439d4abb173eecbe74a01:/apps/suggest/templates/publishing_suggest_full.html?ds=sidebyside diff --git a/apps/suggest/templates/publishing_suggest_full.html b/apps/suggest/templates/publishing_suggest_full.html new file mode 100755 index 000000000..c5d8c2833 --- /dev/null +++ b/apps/suggest/templates/publishing_suggest_full.html @@ -0,0 +1,24 @@ +{% extends "base.html" %} +{% load i18n %} + +{% block title %}Sugestia do planu wydawniczego w WolneLektury.pl{% endblock %} + +{% block metadescription %}Sugestia do planu wydawniczego.{% endblock %} + +{% block bodyid %}suggest-publishing{% endblock %} + +{% block body %} +
+

{{ form.q }} {% trans "or" %} {% trans "return to main page" %}

+
+ +
+
+ +
+ {% include "publishing_suggest.html" %} + {% if response_data.message %} +

{{ response_data.message }}

+ {% endif %} +
+{% endblock %}