glados: add some 'say' messages

This commit is contained in:
Darks 2023-06-11 23:05:03 +02:00 committed by Eragon
parent f7e91c4793
commit 87090111ae
Signed by: Eragon
GPG Key ID: 087126EBFC725006
1 changed files with 1 additions and 1 deletions

View File

@ -59,6 +59,6 @@ def program_submit():
say(f"Nouveau programme de {current_user.name} : {BOLD}{p.name}{BOLD}")
say(url_for('program_view', page=(p, 1), _external=True))
return redirect(url_for('program_view', page=(p, 1)))
return redirect(url_for('program_index'))
return render('/programs/submit.html', form=form)