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

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

2 merge requests!31Prepare prdoucton,!20hotfix: removed target from form, preventiing opening in new tab.
This commit is part of merge request !31. Comments created here will be created in the context of that merge request.
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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')
......
Supports Markdown
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