From 0cfb2befdd86a8132bb55aac1fe4a7cafa4926f0 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Thu, 12 Mar 2020 14:26:55 +0100
Subject: [PATCH] link registration page login to account

---
 views/DE/account/registration.pug | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/views/DE/account/registration.pug b/views/DE/account/registration.pug
index ab1c7e5a..077e4138 100644
--- a/views/DE/account/registration.pug
+++ b/views/DE/account/registration.pug
@@ -82,7 +82,7 @@ html(lang="de")
                     p <em><small>* Pflichtfeld</small></em>
                     input#submitBtn(type="submit", class="btn btn-outline-dark btn-block", value="Senden" disabled)
                 br
-                p(class="text-center") Sie haben bereits ein Benutzerkonto? <a href="/login">Melden Sie sich hier an</a>.
+                p(class="text-center") Sie haben bereits ein Benutzerkonto? <a href="/account/">Melden Sie sich hier an</a>.
                     
 
     // jQuery
-- 
GitLab