diff --git a/ennstatus/root/functions.py b/ennstatus/root/functions.py --- a/ennstatus/root/functions.py +++ b/ennstatus/root/functions.py @@ -91,7 +91,10 @@ def send_bridgeprogram_mail(form): encrypted_body = None msg.body = encrypted_body if encrypted_body else body conn.send(msg) - flash('Application successfully sended!', 'success') + flash( + 'Application successfully sended! We will send you an email with further information!', + 'success' + ) except KeyError: flash( 'Internal server error! Please get in touch with us at info@enn.lu',