diff --git a/server/templates/collection_element.htm b/server/templates/collection_element.htm
index 844d290..1a528d2 100644
--- a/server/templates/collection_element.htm
+++ b/server/templates/collection_element.htm
@@ -57,17 +57,17 @@
Notes
{{ collection.notes or "" }}
- Episodes
-
- {% for link in media_links %}
- {{ macros.link_entry(link) }}
- {% endfor %}
-
Links
{% for link in collection.uris|sort(attribute="uri") %}
- {{ link.uri | as_link }} {% if collection.uri == link.uri %}*{% endif %}
{% endfor %}
+ Episodes
+
+ {% for link in media_links %}
+ {{ macros.link_entry(link) }}
+ {% endfor %}
+