X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/55953c705567baf05403303de45c3720685571eb..f7833f76b5f9555b0d95d23d47fc886a3528a335:/wolnelektury/templates/lessons/document_list.html?ds=inline diff --git a/wolnelektury/templates/lessons/document_list.html b/wolnelektury/templates/lessons/document_list.html new file mode 100644 index 000000000..1a5ab01d4 --- /dev/null +++ b/wolnelektury/templates/lessons/document_list.html @@ -0,0 +1,63 @@ +{% extends "base.html" %} +{% load catalogue_tags chunks %} + +{% block bodyid %}document-list-body{% endblock %} + +{% block title %}Materiały pomocnicze dla nauczycieli w WolneLektury.pl{% endblock %} + +{% block extrahead %} + +{% endblock extrahead %} +{% block body %} +

Materiały pomocnicze dla nauczycieli

+
+

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

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