From 5acb33d40094a700f3464ffc3cff6fe46e1d7185 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Wed, 29 Apr 2020 10:04:26 +0000
Subject: [PATCH] hotfix: removed target from form, preventiing opening in new
 tab.

---
 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 32e94c87..3de3ed5a 100644
--- a/views/DE/account/registration.pug
+++ b/views/DE/account/registration.pug
@@ -45,7 +45,7 @@ html(lang="de")
                     for error, i in errors
                         div.alert.alert-danger.alert-dismissible.fade.show #{ error }
                             a(class="close", href="#", data-dismiss="alert", aria-label="close") &times;
-                form(method="POST" target="/account/registration")
+                form(method="POST")
                     h5(class="mb-3 font-weight-bold") Anmeldedaten
                     div(class='form-row')
                         div(class='form-group col-md-6')
-- 
GitLab