X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/f7833f76b5f9555b0d95d23d47fc886a3528a335..87ff3f803d2f147e6fa939a99c4c4a4ca6aa965f:/wolnelektury/templates/lessons/document_list.html diff --git a/wolnelektury/templates/lessons/document_list.html b/wolnelektury/templates/lessons/document_list.html index 1a5ab01d4..b4e44e2ce 100644 --- a/wolnelektury/templates/lessons/document_list.html +++ b/wolnelektury/templates/lessons/document_list.html @@ -1,63 +1,39 @@ {% 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 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 %} -

Materiały pomocnicze dla nauczycieli

-
-

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

-
- +

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

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