This commit is contained in:
Ross
2024-12-09 13:25:40 +00:00
parent f4eb874544
commit 1358b15986
+4
View File
@@ -13,7 +13,11 @@
<a href="{% url 'oef:format_update' format.id %}">{{ format.name }}</a> <a href="{% url 'oef:format_update' format.id %}">{{ format.name }}</a>
<a href="{% url 'oef:formats_apply' format.id %}">apply</a> [{{ format.get_entries.count }}] <a href="{% url 'oef:formats_apply' format.id %}">apply</a> [{{ format.get_entries.count }}]
{% if request.user.is_superuser %}
<a href="{% url 'oef:formats_delete' format.id %}">(delete)</a> <a href="{% url 'oef:formats_delete' format.id %}">(delete)</a>
{% endif %}
</li> </li>
{% endfor %} {% endfor %}