dont display links if none, clean-up initial loading behaviour
This commit is contained in:
parent
ff8957eff2
commit
1209fbe342
|
@ -32,13 +32,14 @@
|
||||||
<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|linebreaksbr }}</span><br /><br />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if links %}
|
||||||
<span class="orange">Links:</span><br />
|
<span class="orange">Links:</span><br />
|
||||||
{% for l in links %}
|
{% for l in links %}
|
||||||
<a href="{{ l.url }}">{{ l.url }}</a>: <br />
|
<a href="{{ l.url }}">{{ l.url }}</a> <br />
|
||||||
{{ l.text }}
|
{{ l.text }}
|
||||||
<br /><br />
|
<br /><br />
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -170,10 +170,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="bottomRight">
|
<div id="bottomRight">
|
||||||
|
Loading...
|
||||||
<div class="thumbsGallery">
|
|
||||||
<img src="" alt="" class="thumbsDetails">
|
|
||||||
</div>
|
|
||||||
<!--
|
<!--
|
||||||
<p><span class="sectionTitle">Story 1:</span> A well known theatre group had auditions for casting lead characters in their play for which over 150 actors auditioned. A television film director happened to see the recording of the auditions and obtained a copy. Two months later, a few actors who had auditioned were horrified to see themselves in a television comedy show. Snippets of the recording had obviously been used!</p><br/>
|
<p><span class="sectionTitle">Story 1:</span> A well known theatre group had auditions for casting lead characters in their play for which over 150 actors auditioned. A television film director happened to see the recording of the auditions and obtained a copy. Two months later, a few actors who had auditioned were horrified to see themselves in a television comedy show. Snippets of the recording had obviously been used!</p><br/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user