safe
This commit is contained in:
parent
d7afdc59f5
commit
f0cbcaec64
|
@ -1,7 +1,7 @@
|
|||
{% load thumbnail %}
|
||||
<div class="itfInfo">
|
||||
{% for s in stories %}
|
||||
<span class="orange">Situation: </span><span class="ifInfoInfo">{{ s.text|linebreaksbr }}</span>
|
||||
<span class="orange">Situation: </span><span class="ifInfoInfo">{{ s.text|safe|linebreaksbr }}</span>
|
||||
{% if s.image %}
|
||||
{% thumbnail s.image "164x114" crop="center" as im %}
|
||||
<img class="itfInfoImg" src="{{ im.url }}" />
|
||||
|
@ -26,10 +26,10 @@
|
|||
{% endif %}
|
||||
<br /><br />
|
||||
{% if theatre %}
|
||||
<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|safe|linebreaksbr }}</span> <br /><br />
|
||||
{% endif %}
|
||||
{% if quick_howto %}
|
||||
<span class="orange">Best Practices or Quick, Tell Me How to Avoid Conflict! </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|safe|linebreaksbr }}</span><br /><br />
|
||||
{% endif %}
|
||||
|
||||
{% if links %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user