From 4abbc5ebbf0f0fa618d842a250f5ecba2b8b2c63 Mon Sep 17 00:00:00 2001
From: Wolfgang Knopki <wolfgang.knopki@hft-stuttgart.de>
Date: Mon, 23 Mar 2020 16:08:52 +0100
Subject: [PATCH] changed password change request to account/

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

diff --git a/views/DE/account/profile.pug b/views/DE/account/profile.pug
index 562304ee..9b0ee692 100644
--- a/views/DE/account/profile.pug
+++ b/views/DE/account/profile.pug
@@ -46,7 +46,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#profileForm(method="POST", action="/updateProfile")
+                form#profileForm(method="POST", action="/account/updateProfile")
                     div(class="form-row")
                         div(class='form-group col-md-2')
                             label(for="title") Anrede
-- 
GitLab