diff --git a/server/templates/collection_list.htm b/server/templates/collection_list.htm index 1206a08..65a2d50 100644 --- a/server/templates/collection_list.htm +++ b/server/templates/collection_list.htm @@ -11,16 +11,15 @@
| Title | Date | Count | Watched | To Watch | +Title |
|---|---|---|---|---|---|
| {{ collection.title }} | {% if collection.release_date %} {{ collection.release_date.strftime("%d.%m.%Y") }} @@ -31,6 +30,7 @@ | {{ stats.full_count }} | {{ stats.watched_count }} | {{ stats.to_watch_count }} | +{{ collection.title }} |