From d9c92f7f13f21999fb7ab96dea235cb3faedb181 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 25 Nov 2011 00:51:16 +0530 Subject: [PATCH] basic template for biblio documents --- itf/templates/modules/festival/documentsubject.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/itf/templates/modules/festival/documentsubject.html b/itf/templates/modules/festival/documentsubject.html index e69de29..63fe014 100644 --- a/itf/templates/modules/festival/documentsubject.html +++ b/itf/templates/modules/festival/documentsubject.html @@ -0,0 +1,6 @@ +{% for d in documents %} +
{{ d.title }}
+
{{ d.intro }}
+
Download
+
+{% endfor %}