Changeset - 9208bc39dd9a
[Not reviewed]
dev
0 1 0
Dennis Fink - 9 years ago 2015-10-23 00:29:48
dennis.fink@c3l.lu
Replace sended with submitted
1 file changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
ennstatus/root/functions.py
Show inline comments
 
@@ -44,7 +44,7 @@ def send_membership_mail(form):
 
                current_app.logger.debug(body)
 
                msg.body = encrypted_body if encrypted_body else body
 
                conn.send(msg)
 
        flash('Application successfully sended!', 'success')
 
        flash('Application successfully submitted!', 'success')
 
    except KeyError:
 
        flash(
 
            'Internal server error! Please get in touch with us at info@enn.lu!',
 
@@ -92,7 +92,7 @@ def send_bridgeprogram_mail(form):
 
                msg.body = encrypted_body if encrypted_body else body
 
                conn.send(msg)
 
        flash(
 
            'Application successfully sended! We will send you an email with further information!',
 
            'Application successfully submitted! We will send you an email with further information!',
 
            'success'
 
        )
 
    except KeyError:
0 comments (0 inline, 0 general)