From b13fe7f3e48ee26e57c0e5656e71239f19cef02c Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Thu, 15 Jun 2023 22:00:08 +0100 Subject: [PATCH] html: move login modal to own file --- html/admin.html | 12 +----------- html/login-modal.html | 11 +++++++++++ 2 files changed, 12 insertions(+), 11 deletions(-) create mode 100644 html/login-modal.html diff --git a/html/admin.html b/html/admin.html index a02b44f..bd17f32 100644 --- a/html/admin.html +++ b/html/admin.html @@ -22,17 +22,7 @@ {{ template "header.html" . }} - + {{ template "login-modal.html" . }}