Add real BD fee

This commit is contained in:
Jean-Baptiste Doderlein 2022-08-30 07:54:39 +00:00
parent 8a03defc37
commit 121c49a5b6
11 changed files with 188 additions and 28 deletions

View file

@ -91,7 +91,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
}).done(function () {
if (target.hasClass("table-info"))
addMsg(
"{% trans "Entry done, but caution: the user is not a Kfet member." %}",
"{% trans "Entry done, but caution: the user is not a member." %}",
"warning", 10000);
else
addMsg("Entry made!", "success", 4000);
@ -126,7 +126,7 @@ SPDX-License-Identifier: GPL-3.0-or-later
}).done(function () {
if (target.hasClass("table-info"))
addMsg(
"{% trans "Entry done, but caution: the user is not a Kfet member." %}",
"{% trans "Entry done, but caution: the user is not a member." %}",
"warning", 10000);
else
addMsg("{% trans "Entry done!" %}", "success", 4000);