Skip to content
Snippets Groups Projects
Commit 1741e75f authored by Emmanuel Viennet's avatar Emmanuel Viennet
Browse files

formation_delete sans REQUESt

parent c41726c4
Branches
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ from app.scodoc import sco_formsemestre
from app.scodoc import sco_news
def formation_delete(formation_id=None, dialog_confirmed=False, REQUEST=None):
def formation_delete(formation_id=None, dialog_confirmed=False):
"""Delete a formation"""
F = sco_formations.formation_list(args={"formation_id": formation_id})
if not F:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment