# HG changeset patch # User Dennis Fink # Date 2015-10-16 20:31:54 # Node ID 93ef71745598079b555d39f85f1f66f7a126d514 # Parent ae85f67539b65de4351fe364ec3f746d3815366c Added a better text for the bridge program 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',