diff --git a/archivist/core/templates/admin/base.html b/archivist/core/templates/admin/base.html new file mode 100644 index 0000000..e11bd87 --- /dev/null +++ b/archivist/core/templates/admin/base.html @@ -0,0 +1,79 @@ +{% extends 'admin/base.html' %} + +{% block extrahead %}{{ block.super }} + +{% endblock %} \ No newline at end of file