X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5e983f642ea537225bf3a20e97fca281c8fdc915..ae60b2a3949e96357477cc04f90fd0873cee8a92:/apps/dictionary/templates/dictionary/note_list.html diff --git a/apps/dictionary/templates/dictionary/note_list.html b/apps/dictionary/templates/dictionary/note_list.html deleted file mode 100755 index 7f3b43690..000000000 --- a/apps/dictionary/templates/dictionary/note_list.html +++ /dev/null @@ -1,19 +0,0 @@ -{% extends "base.html" %} -{% load pagination_tags %} - -{% block body %} - - -{% autopaginate object_list 100 %} -{% paginate %} -{% for obj in object_list %} -
- {{ obj.html|safe }} -
- ({{ obj.book.pretty_title }}) -
-
-{% endfor %} -{% paginate %} - -{% endblock %}