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 %} {% block content %}
<h2>Formats</h2> <h2>Formats</h2>
<ul>
{% for dupe in dupes %} {% for dupe in dupes %}
{{dupe}} <h2>{{dupe}}</h2>
{% endfor %} {% endfor %}
{{format_dict|get_item:dupe}}
</ul>
{% endblock content %} {% endblock content %}