From 6d76f8bb81673bb73b72c017af834bc648592a7c Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 24 Oct 2011 04:12:01 +0100 Subject: [PATCH] basic bibliography --- itf/festival/models.py | 1 + itf/templates/modules/festival/document.html | 1 + 2 files changed, 2 insertions(+) create mode 100644 itf/templates/modules/festival/document.html diff --git a/itf/festival/models.py b/itf/festival/models.py index a18d507..86c9343 100755 --- a/itf/festival/models.py +++ b/itf/festival/models.py @@ -179,6 +179,7 @@ class Document(ItfModel): fk_filters = [] sort_fields = ['title'] + def preview_dict(self): return { 'id': self.id, diff --git a/itf/templates/modules/festival/document.html b/itf/templates/modules/festival/document.html new file mode 100644 index 0000000..851dce1 --- /dev/null +++ b/itf/templates/modules/festival/document.html @@ -0,0 +1 @@ +{{ intro }}