This commit is contained in:
Ross
2021-02-25 22:07:34 +00:00
parent cbe92c334f
commit 3b874b489b
2 changed files with 2 additions and 2 deletions
@@ -15,6 +15,6 @@ This series is not associated with any cases.
<div>Author: {{ series.get_author_display }}</div>
{% for image in series.images.all %}
{{image.image.url}}, pos: {{image.position}}</br>
{{image.image.url}}, pos: {{image.position}}, {{image.upload_filename}}</br>
{% endfor %}