X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/142cf364fb3fc7cd95df709126ada97b6944c128..066ffa84ce4d577668b1a49140fb7facc19451c3:/wolnelektury/templates/info/base.html diff --git a/wolnelektury/templates/info/base.html b/wolnelektury/templates/info/base.html deleted file mode 100644 index ea1513641..000000000 --- a/wolnelektury/templates/info/base.html +++ /dev/null @@ -1,23 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load chunks %} - -{% block title %}{{ object.page_title }}{% endblock %} - -{% block metadescription %}{{ object.left_column|striptags|truncatewords:10 }}{% endblock %} - -{% block body %} -

{{ object.title }}

-
-

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

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