X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f7833f76b5f9555b0d95d23d47fc886a3528a335..3c3017d22da6f0a990ee88417e6e79ed7450245c:/wolnelektury/templates/lessons/document_list.html diff --git a/wolnelektury/templates/lessons/document_list.html b/wolnelektury/templates/lessons/document_list.html index 1a5ab01d4..84dee5352 100644 --- a/wolnelektury/templates/lessons/document_list.html +++ b/wolnelektury/templates/lessons/document_list.html @@ -1,9 +1,10 @@ {% 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 homepage" %}