X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f293bf6e6217d2277d11b65fdb63bc35badc8e68..6cc5df1faff7c600d0cf4b4174621eca99e86354:/apps/suggest/templates/publishing_suggest_full.html diff --git a/apps/suggest/templates/publishing_suggest_full.html b/apps/suggest/templates/publishing_suggest_full.html deleted file mode 100755 index c5d8c2833..000000000 --- a/apps/suggest/templates/publishing_suggest_full.html +++ /dev/null @@ -1,24 +0,0 @@ -{% 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 %}