diff --git a/atlas/templates/atlas/collection_series_viewer.html b/atlas/templates/atlas/collection_series_viewer.html
deleted file mode 100755
index 905c0f45..00000000
--- a/atlas/templates/atlas/collection_series_viewer.html
+++ /dev/null
@@ -1,172 +0,0 @@
-
{{ series.modality}}, {{ series.examination }}, {{ series.plane }}, {{ series.contrast }}
-
-
-
-
-
-{% if editing_finding < 1 %}
-
-{% endif %}
-
-
-
-
- Findings
-
- {% for finding in series.findings.all %}
-
-
-
- Finding(s): {% for f in finding.findings.all %}{{f.get_link}}{% endfor %}
- Structure(s): {% for s in finding.structures.all %}{{s.get_link}}{% endfor %}
- Description: {{finding.description}}
-
-
Edit
-
Delete
-
-
- {% endfor %}
-
-
-
-Author: {{ series.get_author_display }}
-
- Image info
-
- {% for image in series.images.all %}
- {{image.image.url}}, pos: {{image.position}}, {{image.upload_filename}} [{{image.image.size|filesizeformat}}]
- {% comment %} {{image.get_dicom_info|safe}}
{% endcomment %}
-
- {% endfor %}
-
- Total image size: {{series.get_total_image_size|filesizeformat}}
- Download images
-
-
-
-