From bee4591ac60f8f3bd85c2f2b12dc75e09e2c97d7 Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 15 Feb 2022 16:44:06 -0500 Subject: split auth into separate python file Flask can use Blueprint to load paths from two separate source files, so the endpoints and logic can be grouped logically. --- templates/layout.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'templates') diff --git a/templates/layout.html b/templates/layout.html index 3620a3a..329a485 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -10,13 +10,14 @@ -- cgit