diff --git a/src/documents/templates/admin/index.html b/src/documents/templates/admin/index.html index 67c7dbeb1..410c9e684 100644 --- a/src/documents/templates/admin/index.html +++ b/src/documents/templates/admin/index.html @@ -4,6 +4,24 @@ {% load i18n static %} +{# This block adds a search form on the admin start page and on the module start page so that #} +{# the user can quickly search for documents #} +{% block pretitle %} +
+

{% trans 'Search documents' %}

+ +
+
+
+{% endblock %} + + {# This whole block is here just to override the `get_admin_log` line so #} {# that the log entries aren't limited to the current user #} {% block sidebar %}