From d6b0fd70437589dfee2466f808d0d95da89e4c72 Mon Sep 17 00:00:00 2001 From: Andrew Dickinson Date: Mon, 25 Nov 2024 00:30:54 -0500 Subject: [PATCH] Make "recent changes" box show changes from all users --- src/meshdb/templates/admin/index.html | 41 +++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 src/meshdb/templates/admin/index.html diff --git a/src/meshdb/templates/admin/index.html b/src/meshdb/templates/admin/index.html new file mode 100644 index 00000000..5000a85c --- /dev/null +++ b/src/meshdb/templates/admin/index.html @@ -0,0 +1,41 @@ +{% extends "admin/index.html" %} +{% load i18n static %} + +{% block sidebar %} + +{% endblock %}