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 />
|
||||
{% endif %}
|
||||
|
||||
{% if links %}
|
||||
<span class="orange">Links:</span><br />
|
||||
{% for l in links %}
|
||||
<a href="{{ l.url }}">{{ l.url }}</a>: <br />
|
||||
<a href="{{ l.url }}">{{ l.url }}</a> <br />
|
||||
{{ l.text }}
|
||||
<br /><br />
|
||||
{% endfor %}
|
||||
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
@ -170,10 +170,7 @@
|
|||
</div>
|
||||
|
||||
<div id="bottomRight">
|
||||
|
||||
<div class="thumbsGallery">
|
||||
<img src="" alt="" class="thumbsDetails">
|
||||
</div>
|
||||
Loading...
|
||||
<!--
|
||||
<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