best practices links + title changes

This commit is contained in:
Sanj 2011-10-21 02:39:13 +01:00
parent 39ad05ded2
commit ff8957eff2

View File

@ -1,7 +1,7 @@
{% load thumbnail %}
<div class="itfInfo">
{% for s in stories %}
<span class="orange">Story: </span><span class="ifInfoInfo">{{ s.text|linebreaksbr }}</span>
<span class="orange">Situation: </span><span class="ifInfoInfo">{{ s.text|linebreaksbr }}</span>
{% if s.image %}
{% thumbnail s.image "164x114" crop="center" as im %}
<img class="itfInfoImg" src="{{ im.url }}" />
@ -29,10 +29,16 @@
<span class="orange">Spotlight on Theatre: </span><span class="itfInfoInfo">{{ theatre|linebreaksbr }}</span> <br /><br />
{% endif %}
{% if quick_howto %}
<span class="orange">Quick Howto: </span><span class="itfInfoInfo">{{ quick_howto|linebreaksbr }}</span><br /><br />
<span class="orange">Best Practices or Quick, Tell Me How to Avoid Conflict! </span><span class="itfInfoInfo">{{ quick_howto|linebreaksbr }}</span><br /><br />
{% endif %}
<span class="orange">Links:</span><br />
{% for l in links %}
<a href="{{ l.url }}">{{ l.url }}</a>: <br />
{{ l.text }}
<br /><br />
{% endfor %}
</div>