add simple case and series size display

This commit is contained in:
Ross
2024-12-19 00:02:26 +00:00
parent e0974ae300
commit 8c43c40215
6 changed files with 83 additions and 1 deletions
@@ -188,3 +188,6 @@
<p><b>Author(s):</b> {% for author in case.author.all %} <a
href="{% url 'atlas:author_detail' pk=author.pk %}">{{author}}</a>, {% endfor %}</p>
<p><b>Case size:</b> {{ case.get_total_series_images_size | filesizeformat }}</p>