From c560de266caad6db97e58757ca43e8558c103c01 Mon Sep 17 00:00:00 2001 From: Anson Bridges Date: Sat, 18 Nov 2023 06:18:23 -0500 Subject: csv import, manual visiting --- dashboard_website/templates/controls.html | 26 ++++++++++++++++++++++++++ dashboard_website/templates/index.html | 2 +- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 dashboard_website/templates/controls.html (limited to 'dashboard_website/templates') diff --git a/dashboard_website/templates/controls.html b/dashboard_website/templates/controls.html new file mode 100644 index 0000000..2ad3adc --- /dev/null +++ b/dashboard_website/templates/controls.html @@ -0,0 +1,26 @@ + + + + + MMCH Controls + + + + + + + Back
+
+
+ + + +

+
+ + + +
+ + + \ No newline at end of file diff --git a/dashboard_website/templates/index.html b/dashboard_website/templates/index.html index 73f9f22..d4f8196 100644 --- a/dashboard_website/templates/index.html +++ b/dashboard_website/templates/index.html @@ -144,7 +144,7 @@
ROUTE INFO
-
+
-- cgit v1.2.3