X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/ddf2102eff7ea420a4ea5144c43409587fc1156e..94a4fcc7ab9e1713dc2defc8b35c875fc90f6fa5:/src/infopages/templates/infopages/infopage.html diff --git a/src/infopages/templates/infopages/infopage.html b/src/infopages/templates/infopages/infopage.html deleted file mode 100644 index d9eab9a8e..000000000 --- a/src/infopages/templates/infopages/infopage.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "base/base.html" %} -{% load i18n %} - -{% block titleextra %}{{ page.title }}{% endblock %} - -{% block metadescription %}{{ left_column|striptags|truncatewords:10 }}{% endblock %} - -{% block body %} -

{{ page.title }}

- - {% autoescape off %} -
-
- {{ left_column }} -
-
-
-
- {{ right_column }} -
-
- {% endautoescape %} -{% endblock %}