Skip to content
Snippets Groups Projects
Commit 4db5249d authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

Odstranění zbytečného stringového literálu

parent 5fe7a9d5
Branches jk/issue-96
No related tags found
1 merge request!89Přidán formulář na editaci registrace do ročníku
This commit is part of merge request !89. Comments created here will be created in the context of that merge request.
......@@ -413,7 +413,7 @@ def org_user_edit(id: int):
sess.commit()
flash('Změny uživatele uloženy', 'success')
else:
flash(u'Žádné změny k uložení', 'info')
flash('Žádné změny k uložení', 'info')
return redirect(url_for('org_user', id=id))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment