best practices links + title changes
This commit is contained in:
parent
39ad05ded2
commit
ff8957eff2
|
@ -1,7 +1,7 @@
|
||||||
{% load thumbnail %}
|
{% load thumbnail %}
|
||||||
<div class="itfInfo">
|
<div class="itfInfo">
|
||||||
{% for s in stories %}
|
{% 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 %}
|
{% if s.image %}
|
||||||
{% thumbnail s.image "164x114" crop="center" as im %}
|
{% thumbnail s.image "164x114" crop="center" as im %}
|
||||||
<img class="itfInfoImg" src="{{ im.url }}" />
|
<img class="itfInfoImg" src="{{ im.url }}" />
|
||||||
|
@ -29,9 +29,15 @@
|
||||||
<span class="orange">Spotlight on Theatre: </span><span class="itfInfoInfo">{{ theatre|linebreaksbr }}</span> <br /><br />
|
<span class="orange">Spotlight on Theatre: </span><span class="itfInfoInfo">{{ theatre|linebreaksbr }}</span> <br /><br />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if quick_howto %}
|
{% 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 %}
|
{% 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>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user