From ff8957eff2fc921889b45b824dcbc1cca65b8990 Mon Sep 17 00:00:00 2001 From: Sanj Date: Fri, 21 Oct 2011 02:39:13 +0100 Subject: [PATCH] best practices links + title changes --- .../modules/bestpractices/bestpractice.html | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/itf/templates/modules/bestpractices/bestpractice.html b/itf/templates/modules/bestpractices/bestpractice.html index 2dd5645..e731d5c 100755 --- 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|linebreaksbr }} + Situation: {{ s.text|linebreaksbr }} {% if s.image %} {% thumbnail s.image "164x114" crop="center" as im %} @@ -29,10 +29,16 @@ Spotlight on Theatre: {{ theatre|linebreaksbr }}

{% endif %} {% if quick_howto %} - Quick Howto: {{ quick_howto|linebreaksbr }}

+ Best Practices or Quick, Tell Me How to Avoid Conflict! {{ quick_howto|linebreaksbr }}

{% endif %} - + Links:
+ {% for l in links %} + {{ l.url }}:
+ {{ l.text }} +

+ {% endfor %} +