.
This commit is contained in:
@@ -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 %}
|
||||||
|
|
||||||
|
|
||||||
</ul>
|
{{format_dict|get_item:dupe}}
|
||||||
|
|
||||||
|
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user