Add performance warning for large collections in collection_detail template
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user