From 19179d554f86745531418be19d16bcf37bc11fef Mon Sep 17 00:00:00 2001
From: Rosanny <rosanny.sihombing@hft-stuttgart.de>
Date: Tue, 19 Oct 2021 12:49:02 +0200
Subject: [PATCH] MLAB-603: fixing update profile

---
 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 8ab9bf55..3c109a51 100644
--- a/views/DE/account/profile.pug
+++ b/views/DE/account/profile.pug
@@ -49,7 +49,7 @@ html(lang="de")
                         a(class="close", href="#", data-dismiss="alert", aria-label="close") &times;
 
                 h3(class="pb-2") Mein Profil
-                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