X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/87ff3f803d2f147e6fa939a99c4c4a4ca6aa965f..c26ab6ee15974c1133a6d08c459b51199185f25f:/wolnelektury/templates/lessons/document_list.html diff --git a/wolnelektury/templates/lessons/document_list.html b/wolnelektury/templates/lessons/document_list.html deleted file mode 100644 index b4e44e2ce..000000000 --- a/wolnelektury/templates/lessons/document_list.html +++ /dev/null @@ -1,39 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load catalogue_tags chunks %} - -{% block bodyid %}document-list-body{% endblock %} - -{% block titleextra %}{% trans "Hand-outs for teachers" %}{% endblock %} - -{% block metadescription %}Scenariusze lekcji. Materiały dla nauczycieli na wolnej licencji.{% endblock %} - -{% block extrahead %} - -{% endblock extrahead %} -{% block body %} -

{% trans "Hand-outs for teachers" %}

- -
- {% chunk "document-list" %} -
-
-
-{% endblock %}