Add performance warning for large collections in collection_detail template

This commit is contained in:
Ross
2026-02-09 12:42:03 +00:00
parent 3c8238d737
commit 65f08cce6c
2 changed files with 7 additions and 0 deletions
+2
View File
@@ -3,6 +3,7 @@
{% block content %}
<div class="">
<h2>404 error</h2>
{% if request.user.is_staff%}
{% if reason %}
{{ reason }}
{% endif %}
@@ -10,5 +11,6 @@
{% if resolved %}
<h3>{{ resolved }}</h3>
{% endif %}
{% endif %}
</div>
{% endblock %}