Commit 4abbc5eb authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

changed password change request to account/

Pipeline #573 passed with stage
in 8 seconds
Showing with 1 addition and 1 deletion
+1 -1
...@@ -46,7 +46,7 @@ html(lang="de") ...@@ -46,7 +46,7 @@ html(lang="de")
for error, i in errors for error, i in errors
div.alert.alert-danger.alert-dismissible.fade.show #{ error } div.alert.alert-danger.alert-dismissible.fade.show #{ error }
a(class="close", href="#", data-dismiss="alert", aria-label="close") × a(class="close", href="#", data-dismiss="alert", aria-label="close") ×
form#profileForm(method="POST", action="/updateProfile") form#profileForm(method="POST", action="/account/updateProfile")
div(class="form-row") div(class="form-row")
div(class='form-group col-md-2') div(class='form-group col-md-2')
label(for="title") Anrede label(for="title") Anrede
......
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