correction creation d'un rdv

This commit is contained in:
2017-04-25 21:30:00 +02:00
parent ca0f4cf234
commit a42987c2b5
3 changed files with 7 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ def agenda(request):
if not agenda:
agenda = 'J'
else:
request.session.flash(u"Identifiant %s introuvable" % (logged_in), 'danger').n
request.session.flash(u"Identifiant %s introuvable" % (logged_in), 'danger')
return HTTPFound(location=request.route_url("/"))
if access >= 5: