Commit 5acb33d4 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

hotfix: removed target from form, preventiing opening in new tab.

parent c22acf2f
......@@ -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") ×
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')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment