From 6f8aff7303f10cbf284920018a3f66f936ad472a Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Sat, 23 Apr 2022 18:40:32 +0200 Subject: [PATCH] added footer to some sites --- pom.xml | 2 +- static/templates/admin.st | 1 + static/templates/inspect.st | 1 + static/templates/register.st | 1 + static/templates/subscribe.st | 1 + static/templates/unsubscribe.st | 1 + 6 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index aad7399..f779048 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.example Widerhall - 0.2.37 + 0.2.38 diff --git a/static/templates/admin.st b/static/templates/admin.st index a6652a4..897b432 100644 --- a/static/templates/admin.st +++ b/static/templates/admin.st @@ -13,5 +13,6 @@ «messages()» «listadminlist()» «userlist()» + «footer()» \ No newline at end of file diff --git a/static/templates/inspect.st b/static/templates/inspect.st index 301e47e..ebe2d66 100644 --- a/static/templates/inspect.st +++ b/static/templates/inspect.st @@ -64,6 +64,7 @@ «listmembers()» + «footer()» diff --git a/static/templates/register.st b/static/templates/register.st index dabc911..3736cba 100644 --- a/static/templates/register.st +++ b/static/templates/register.st @@ -33,5 +33,6 @@ + «footer()» \ No newline at end of file diff --git a/static/templates/subscribe.st b/static/templates/subscribe.st index 4f5dc26..b60037e 100644 --- a/static/templates/subscribe.st +++ b/static/templates/subscribe.st @@ -38,5 +38,6 @@ If you won't get a promotion, and just don't want to remember another password, don`t set one. + «footer()» \ No newline at end of file diff --git a/static/templates/unsubscribe.st b/static/templates/unsubscribe.st index 9e0673f..fc2ce95 100644 --- a/static/templates/unsubscribe.st +++ b/static/templates/unsubscribe.st @@ -25,5 +25,6 @@ + «footer()» \ No newline at end of file