X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/e0de41ae1e67c230ad1e67f34f6f4f76e53d7234..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 79ba80d5c..000000000 --- a/wolnelektury/templates/lessons/document_list.html +++ /dev/null @@ -1,64 +0,0 @@ -{% extends "base.html" %} -{% load i18n %} -{% load catalogue_tags chunks %} - -{% block bodyid %}document-list-body{% endblock %} - -{% block title %}{% trans "Hand-outs for teachers on " %}WolneLektury.pl{% endblock %} - -{% block extrahead %} - -{% endblock extrahead %} -{% block body %} -

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

-
-

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

-
- -
-
    - {% for object in object_list %} -
  1. {{ object }}
  2. - {% endfor %} -
-
-
-
-{% endblock %} - \ No newline at end of file