{% block tools %}
<a href="{% url telemeta-collection-edit collection.public_id %}">
<img src="images/edit_page.png" alt="EDIT" style="vertical-align:middle" /></a>
- <a href="{% url telemeta-collection-copy collection.public_id %}">Copy</a>
+ <button><a href="{% url telemeta-collection-copy collection.public_id %}">Copy</a></button>
{% endblock tools %}
{% endif %}
{% if user.is_authenticated and perms.telemeta.change_mediaitem %}
<a href="{% url telemeta-item-edit item.public_id %}"><img src="images/edit_page.png" style="vertical-align:middle" alt="EDIT" /></a>
- <a href="{% url telemeta-item-copy item.public_id %}">Copy</a>
+ <button><a href="{% url telemeta-item-copy item.public_id %}">Copy</a></button>
{% endif %}
<a href="{% url telemeta-item-detail previous %}"><img src="images/previous.png" style="vertical-align:middle" alt="PREVIOUS" /></a>