X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/3c3017d22da6f0a990ee88417e6e79ed7450245c..7e6d14043e3e2dce8e3fdcef0b0fc649680b07b3:/wolnelektury/templates/lessons/document_list.html diff --git a/wolnelektury/templates/lessons/document_list.html b/wolnelektury/templates/lessons/document_list.html index 84dee5352..511bbfcc5 100644 --- a/wolnelektury/templates/lessons/document_list.html +++ b/wolnelektury/templates/lessons/document_list.html @@ -6,59 +6,36 @@ {% block title %}{% trans "Hand-outs for teachers on " %}WolneLektury.pl{% endblock %} +{% block metadescription %}Scenariusze lekcji. Materiały dla nauczycieli na wolnej licencji.{% endblock %} + {% block extrahead %} {% endblock extrahead %} {% 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