From 21b06699cf12aafcb63bade7bb7c89562dcf79e3 Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 5 Oct 2011 20:09:13 +0530 Subject: [PATCH] styling --- .../modules/bestpractices/bestpractice.html | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/itf/templates/modules/bestpractices/bestpractice.html b/itf/templates/modules/bestpractices/bestpractice.html index 7cb410d..4e20b6c 100644 --- a/itf/templates/modules/bestpractices/bestpractice.html +++ b/itf/templates/modules/bestpractices/bestpractice.html @@ -1,7 +1,7 @@ {% load thumbnail %}
{% for s in stories %} - Story: {{ s.text }} + Story: {{ s.text }} {% if s.image %} {% thumbnail s.image "100x100" crop="center" as im %} @@ -9,21 +9,23 @@ {% endif %}

{% endfor %} - Law: {{ law }} + Law: {{ law }} {% if law_image %} {% thumbnail law_image "100x100" crop="center" as im %} {% endthumbnail %} {% endif %}

- Relevance to Theatre: {{ theatre|linebreaksbr }} - Quick Howto: {{ quick_howto|linebreaksbr }}

+ Relevance to Theatre: {{ theatre|linebreaksbr }}

+ Quick Howto: {{ quick_howto|linebreaksbr }}

+
{% for img in images %} {% thumbnail img.image "100x100" crop="center" as im %} - + {% endthumbnail %} {% endfor %} +