From 156b93a46cbdba14851e5ef511f937ea5e7f5dad Mon Sep 17 00:00:00 2001 From: Adam Walkiewicz <57951750+ajwalkiewicz@users.noreply.github.com> Date: Wed, 20 Dec 2023 11:09:14 -0600 Subject: [PATCH] Add info message about hosting transition (#88) --- webapp/templates/base.html | 16 ++++++++++++++++ webapp/templates/generator.html | 15 ++++++++++----- 2 files changed, 26 insertions(+), 5 deletions(-) diff --git a/webapp/templates/base.html b/webapp/templates/base.html index e3ab45f..2fed704 100644 --- a/webapp/templates/base.html +++ b/webapp/templates/base.html @@ -85,6 +85,22 @@ + + +
+ +
+ {% block content %}{% endblock %}