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 e48e5b5..f037dba 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 21e4252..214e743 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 2198073..279815a 100644 --- a/static/templates/subscribe.st +++ b/static/templates/subscribe.st @@ -38,5 +38,6 @@ Wenn du kein Moderator werden willst, und auch keine Lust hast dir noch ein Passwort zu merken, vergib keines! + «footer()» \ No newline at end of file diff --git a/static/templates/unsubscribe.st b/static/templates/unsubscribe.st index a37638a..ed2f899 100644 --- a/static/templates/unsubscribe.st +++ b/static/templates/unsubscribe.st @@ -25,5 +25,6 @@ + «footer()» \ No newline at end of file