make it one br

This commit is contained in:
Sanj 2011-11-01 15:20:27 +00:00
parent 7540124352
commit 868b48bc45

View File

@ -8,7 +8,7 @@
<img class="itfInfoImg" src="{{ im.url }}" />
{% endthumbnail %}
{% endif %}
<br /><br />
<br />
{% endfor %}
<div class="thumbsGallery">
{% for img in images %}
@ -25,12 +25,12 @@
<img class="itfInfoImg" src="{{ im.url }}" />
{% endthumbnail %}
{% endif %}
<br /><br />
<br />
{% if theatre %}
<span class="orange">Spotlight on Theatre: </span><span class="itfInfoInfo">{{ theatre|safe|markdown }}</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|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 %}
{% if links %}
@ -38,7 +38,7 @@
{% for l in links %}
<a href="{{ l.url }}" class="bpRelated">{{ l.url }}</a> <br />
{{ l.text|markdown }}
<br /><br />
<br />
{% endfor %}
{% endif %}
</div>