linebreaksbr on stories
This commit is contained in:
parent
1b8bcd7000
commit
92d50f6e25
|
@ -1,7 +1,7 @@
|
|||
{% load thumbnail %}
|
||||
<div class="itfInfo">
|
||||
{% for s in stories %}
|
||||
<span class="orange">Story: </span><span class="ifInfoInfo">{{ s.text }}</span>
|
||||
<span class="orange">Story: </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 }}" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user