This commit is contained in:
Ross
2024-12-16 12:31:01 +00:00
parent c6485333bb
commit de2b84e099
+2 -5
View File
@@ -6,15 +6,12 @@
{% block content %}
<h2>Formats</h2>
<ul>
{% for dupe in dupes %}
{{dupe}}
<h2>{{dupe}}</h2>
{% endfor %}
</ul>
{{format_dict|get_item:dupe}}
{% endblock content %}