diff --git a/views/DE/account/updateInformation.pug b/views/DE/account/updateInformation.pug
index 58cd8a42bbbda6f773864ea1cbab81e87abed816..130dd95e687f0145f7cbafba1e69751664f70832 100644
--- a/views/DE/account/updateInformation.pug
+++ b/views/DE/account/updateInformation.pug
@@ -130,7 +130,7 @@ html(lang="de")
                     | <p>Sie sind dabei, diese Webseite, ihr Repositorium und alle zugehörigen Ressourcen, inklusive aller Inhalte, Bilder etc. endgültig zu löschen.</p>
                     | <p>Sobald eine Webseite endgültig gelöscht ist, kann sie nicht wiederhergestellt werden. <strong>Diese Aktion kann nicht rückgängig gemacht werden.</strong></p>
                 div(class="modal-footer")
-                    form(method="POST", action="/deleteProject?_method=DELETE", encType="multipart/form-data")
+                    form(method="POST", action="/account/deleteProject?_method=DELETE", encType="multipart/form-data")
                         input(name="id", value=information.id, type="hidden")
                         button(type="button" class="btn btn-primary mx-2" data-dismiss="modal") Abbrechen, Webseite behalten
                         button(type="submit" class="btn btn-danger") Ja, Webseite löschen