mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-05-10 15:31:32 +00:00
Update activity_detail.html
This commit is contained in:
parent
3065eacc96
commit
4afafceba1
@ -108,7 +108,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
|||||||
}
|
}
|
||||||
}).done(function () {
|
}).done(function () {
|
||||||
addMsg("{% trans 'Activity deleted' %}", "success");
|
addMsg("{% trans 'Activity deleted' %}", "success");
|
||||||
window.location.href = "/activity/"; // Redirige vers la liste des activités (à adapter)
|
window.location.href = "/activity/"; // Redirige vers la liste des activités
|
||||||
}).fail(function (xhr) {
|
}).fail(function (xhr) {
|
||||||
errMsg(xhr.responseJSON);
|
errMsg(xhr.responseJSON);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user