diff --git a/src/documents/templates/admin/index.html b/src/documents/templates/admin/index.html new file mode 100644 index 000000000..67c7dbeb1 --- /dev/null +++ b/src/documents/templates/admin/index.html @@ -0,0 +1,39 @@ +{% extends "admin/index.html" %} + + +{% load i18n static %} + + +{# 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 %} + +{% endblock %}