<img src="{{ STATIC_URL }}telemeta/images/{{ format.extension }}.png" style="vertical-align:middle" alt="{{ format.extension }}" /></a>
{% endfor %}
</div>
- {% block DIADEMS %}
- <a href="{% url "timeside-item-diadems" ts_item_id %}">
- <button type="button" class="btn btn-primary" style="float:left;margin-top:0.5em;margin-bottom:1em;border-color: #ffffff; ">
- <b>DIADEMS</b>
- </button>
- </a>
- {% endblock DIADEMS %}
-
+ {% block DIADEMS %}
+ {% if ts_item_id %}
+ <a href="{% url "timeside-item-diadems" ts_item_id %}">
+ <button type="button" class="btn btn-primary" style="float:left;margin-top:0.5em;margin-bottom:1em;border-color: #ffffff; ">
+ <b>DIADEMS</b>
+ </button>
+ </a>
+ {% endif %}
+ {% endblock DIADEMS %}
{% endif %}