From d85db2113c88f550a5a85341c5981a226ac217ae Mon Sep 17 00:00:00 2001 From: Rosanny <rosanny.sihombing@hft-stuttgart.de> Date: Tue, 19 Oct 2021 14:45:28 +0200 Subject: [PATCH] MLAB-607: fixing the broken link to delete a project --- views/DE/account/updateInformation.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/DE/account/updateInformation.pug b/views/DE/account/updateInformation.pug index 58cd8a42..130dd95e 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 -- GitLab