From 5240dce87b3b46f23d02f6fe11ddd77ecdf2d30d Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 7 Aug 2023 21:39:39 +0200 Subject: [PATCH] tmpl: fixate footer in the bottom [skip ci] --- templates/manage/apikeys.tmpl | 4 ++-- templates/manage/user-edit.tmpl | 14 +++++++------- templates/manage/user.tmpl | 4 ++-- templates/navbar.tmpl | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/templates/manage/apikeys.tmpl b/templates/manage/apikeys.tmpl index 06f7a86..a9f0faf 100644 --- a/templates/manage/apikeys.tmpl +++ b/templates/manage/apikeys.tmpl @@ -1,7 +1,7 @@ {{ template "head.tmpl" . }} - + {{ template "navbar.tmpl" . }} -
+
{{ if and .Data .Data.flash }}

diff --git a/templates/manage/user-edit.tmpl b/templates/manage/user-edit.tmpl index a037061..bfdb78d 100644 --- a/templates/manage/user-edit.tmpl +++ b/templates/manage/user-edit.tmpl @@ -1,7 +1,7 @@ {{ template "head.tmpl" . }} - + {{ template "navbar.tmpl" . }} -
+
@@ -15,8 +15,8 @@ -
-
+
+

@@ -30,11 +30,11 @@

{{if and .Data .Data.user -}} -
- + diff --git a/templates/manage/user.tmpl b/templates/manage/user.tmpl index d24b2c5..1545343 100644 --- a/templates/manage/user.tmpl +++ b/templates/manage/user.tmpl @@ -1,7 +1,7 @@ {{ template "head.tmpl" . }} - + {{ template "navbar.tmpl" . }} -
+
{{ if and .Data .Data.flash }}

diff --git a/templates/navbar.tmpl b/templates/navbar.tmpl index 47863d2..93429b2 100644 --- a/templates/navbar.tmpl +++ b/templates/navbar.tmpl @@ -1,4 +1,4 @@ -