X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f7833f76b5f9555b0d95d23d47fc886a3528a335..28d8ea078f34a1df16a88a593570cea6e53dd404:/wolnelektury/templates/lessons/document_list.html diff --git a/wolnelektury/templates/lessons/document_list.html b/wolnelektury/templates/lessons/document_list.html index 1a5ab01d4..d61618e14 100644 --- a/wolnelektury/templates/lessons/document_list.html +++ b/wolnelektury/templates/lessons/document_list.html @@ -1,63 +1,36 @@ {% extends "base.html" %} +{% load i18n %} {% load catalogue_tags chunks %} {% block bodyid %}document-list-body{% endblock %} -{% block title %}Materiały pomocnicze dla nauczycieli w WolneLektury.pl{% endblock %} +{% block title %}{% trans "Hand-outs for teachers on " %}WolneLektury.pl{% endblock %} {% block extrahead %} {% endblock extrahead %} {% block body %} -

Materiały pomocnicze dla nauczycieli

+

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

-

{{ form.q }} lub wróć do strony głównej

+

{{ 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