From 22ae557601258bde27611a18f2c2a0409bc4567d Mon Sep 17 00:00:00 2001 From: stilbruch Date: Wed, 23 Mar 2022 13:26:24 -0500 Subject: Add logout page --- app/templates/base/home.html | 1 + app/templates/base/index.html | 1 + 2 files changed, 2 insertions(+) (limited to 'app/templates/base') diff --git a/app/templates/base/home.html b/app/templates/base/home.html index 357a399..14dd441 100644 --- a/app/templates/base/home.html +++ b/app/templates/base/home.html @@ -1,4 +1,5 @@ {% extends 'base.html' %} {% block content %} + User Homepage {% endblock %} diff --git a/app/templates/base/index.html b/app/templates/base/index.html index 357a399..3e91518 100644 --- a/app/templates/base/index.html +++ b/app/templates/base/index.html @@ -1,4 +1,5 @@ {% extends 'base.html' %} {% block content %} + Index Page {% endblock %} -- cgit v1.2.3