From ca49d4c4eb04422214a50e0bb6a6ea59a7cbead9 Mon Sep 17 00:00:00 2001 From: Sanj Date: Thu, 25 Aug 2011 15:21:17 +0530 Subject: [PATCH] adding module templates --- .../modules/bestpractices/bestpractice.html | 16 ++++++++++++++++ itf/templates/modules/details_base.html | 0 2 files changed, 16 insertions(+) create mode 100644 itf/templates/modules/bestpractices/bestpractice.html create mode 100644 itf/templates/modules/details_base.html diff --git a/itf/templates/modules/bestpractices/bestpractice.html b/itf/templates/modules/bestpractices/bestpractice.html new file mode 100644 index 0000000..1ffa9e5 --- /dev/null +++ b/itf/templates/modules/bestpractices/bestpractice.html @@ -0,0 +1,16 @@ +
+ {% for s in stories %} + Story: {{ s.text }} + +

+ {% endfor %} + Law: {{ law }} + {% if law_image %} + + {% endif %} +

+ Relevance to Theatre: {{ theatre }}

+ Quick Howto: {{ quick_howto }}

+
+ + diff --git a/itf/templates/modules/details_base.html b/itf/templates/modules/details_base.html new file mode 100644 index 0000000..e69de29