X-Git-Url: https://git.mdrn.pl/edumed.git/blobdiff_plain/e76fdcf2a2488b1787c74fe8dccfa38d7ac04c84..ea300f6c03d47f6c17dd7721b8d6690489af79da:/catalogue/templates/catalogue/section_list.html diff --git a/catalogue/templates/catalogue/section_list.html b/catalogue/templates/catalogue/section_list.html deleted file mode 100755 index f05c666..0000000 --- a/catalogue/templates/catalogue/section_list.html +++ /dev/null @@ -1,15 +0,0 @@ -{% extends "base.html" %} -{% load catalogue_tags %} - -{% block title %}Lekcje{% endblock %} - -{% block body %} -

Lekcje

- - {% for object in object_list %} -

{{ object }}

- - {% section_box object %} - {% endfor %} - -{% endblock %}