make it one br
This commit is contained in:
parent
7540124352
commit
868b48bc45
|
@ -8,7 +8,7 @@
|
||||||
<img class="itfInfoImg" src="{{ im.url }}" />
|
<img class="itfInfoImg" src="{{ im.url }}" />
|
||||||
{% endthumbnail %}
|
{% endthumbnail %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<br /><br />
|
<br />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<div class="thumbsGallery">
|
<div class="thumbsGallery">
|
||||||
{% for img in images %}
|
{% for img in images %}
|
||||||
|
@ -25,12 +25,12 @@
|
||||||
<img class="itfInfoImg" src="{{ im.url }}" />
|
<img class="itfInfoImg" src="{{ im.url }}" />
|
||||||
{% endthumbnail %}
|
{% endthumbnail %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<br /><br />
|
<br />
|
||||||
{% if theatre %}
|
{% if theatre %}
|
||||||
<span class="orange">Spotlight on Theatre: </span><span class="itfInfoInfo">{{ theatre|safe|markdown }}</span> <br /><br />
|
<span class="orange">Spotlight on Theatre: </span><span class="itfInfoInfo">{{ theatre|safe|markdown }}</span> <br /><br />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if quick_howto %}
|
{% if quick_howto %}
|
||||||
<span class="orange">Best Practices or Quick, Tell Me How to Avoid Conflict! </span><span class="itfInfoInfo">{{ quick_howto|safe|markdown }}</span><br /><br />
|
<span class="orange">Best Practices or Quick, Tell Me How to Avoid Conflict! </span><span class="itfInfoInfo">{{ quick_howto|safe|markdown }}</span><br />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if links %}
|
{% if links %}
|
||||||
|
@ -38,7 +38,7 @@
|
||||||
{% for l in links %}
|
{% for l in links %}
|
||||||
<a href="{{ l.url }}" class="bpRelated">{{ l.url }}</a> <br />
|
<a href="{{ l.url }}" class="bpRelated">{{ l.url }}</a> <br />
|
||||||
{{ l.text|markdown }}
|
{{ l.text|markdown }}
|
||||||
<br /><br />
|
<br />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user