From f57e8475b5c9d58dd9cedc7f0d866d9cdb09965c Mon Sep 17 00:00:00 2001
From: ulrich
Date: Sat, 16 May 2020 12:00:02 +0000
Subject: [PATCH] Funktion und Dialog 'Neue Rolle' erstellt, Vorlagen.js entfernt und in app.js ueberfuehrt

---
 web/login_form.html |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/web/login_form.html b/web/login_form.html
index 93559af..012b1ad 100644
--- a/web/login_form.html
+++ b/web/login_form.html
@@ -56,6 +56,9 @@
         border-top-left-radius: 0;
         border-top-right-radius: 0;
       }
+      .backlink {
+        margin-top: 2em;
+      }
     </style>
 
     <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
@@ -79,6 +82,7 @@
         </label>
         -->
         <button class="btn btn-lg btn-primary btn-block" type="submit">Senden</button>
+        <p class="backlink"><a href="/">zurück zur Hauptseite</a></p>
       </form>
 
     </div> <!-- /container -->

--
Gitblit v1.9.3