Changeset - 93ef71745598
[Not reviewed]
version_5
0 1 0
Dennis Fink - 9 years ago 2015-10-16 20:31:54
dennis.fink@c3l.lu
Added a better text for the bridge program
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/root/functions.py
Show inline comments
 
@@ -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',
0 comments (0 inline, 0 general)