diff --git a/server/templates/collection_list.htm b/server/templates/collection_list.htm
index 2a175ff..49fd23f 100644
--- a/server/templates/collection_list.htm
+++ b/server/templates/collection_list.htm
@@ -16,6 +16,7 @@
Watched |
Ignored |
To Watch |
+ Id |
Title |
{% for collection in collection_list %}
@@ -32,6 +33,9 @@
{{ stats.watched_count }} |
{{ stats.ignored_count }} |
{{ stats.to_watch_count }} |
+
+ {{ collection.id }}
+ |
{{ collection.title }} |
{% endfor %}