From 0556ebe21c3143be2a3e32c4f49e127044bdd47c Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 15 Feb 2022 15:12:32 -0500 Subject: pw-protect /admin endpoint Use a hardcoded password from the config file. --- templates/layout.html | 2 ++ templates/login_form.html | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 templates/login_form.html (limited to 'templates') diff --git a/templates/layout.html b/templates/layout.html index 3c6d8ab..3620a3a 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -9,6 +9,8 @@