mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Remove useless translation
This commit is contained in:
parent
72f252b9f9
commit
e241104815
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ def import_project():
|
||||||
flash(b.args[0], category="danger")
|
flash(b.args[0], category="danger")
|
||||||
else:
|
else:
|
||||||
for component, errors in form.errors.items():
|
for component, errors in form.errors.items():
|
||||||
flash(_(component + ": ") + ", ".join(errors), category="danger")
|
flash(component + ": " + ", ".join(errors), category="danger")
|
||||||
return redirect(request.headers.get("Referer") or url_for(".edit_project"))
|
return redirect(request.headers.get("Referer") or url_for(".edit_project"))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue