X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/20d46221c322ee9165596246639c8b897a06d120..0321c7661ccabef17a106fecf6580f5413d9057d:/wolnelektury/templates/lessons/document_list.html diff --git a/wolnelektury/templates/lessons/document_list.html b/wolnelektury/templates/lessons/document_list.html index 84dee5352..00d161fdd 100644 --- a/wolnelektury/templates/lessons/document_list.html +++ b/wolnelektury/templates/lessons/document_list.html @@ -9,17 +9,17 @@ {% block extrahead %} @@ -48,17 +50,12 @@ {% block body %}

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

-

{{ form.q }} {% trans "or" %} {% trans "return to homepage" %}

+

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

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