From 5bdb657f3aca7ee5ad065777d0edb106c7cb8827 Mon Sep 17 00:00:00 2001 From: Marian Sigler Date: Wed, 10 Oct 2012 14:31:05 +0200 Subject: add "erstellt" to new account information mail --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app.py') diff --git a/app.py b/app.py index 3dcb8ea..6419571 100644 --- a/app.py +++ b/app.py @@ -116,7 +116,7 @@ def register_complete(token): if app.config.get('MAIL_REGISTER_NOTIFY'): send_mail( app.config['MAIL_REGISTER_NOTIFY'], - u'[accounts] Neuer Benutzer %s' % username, + u'[accounts] Neuer Benutzer %s erstellt' % username, 'Benutzername: %s\nE-Mail: %s\n' % (username, mail) ) -- cgit v1.2.3-1-g7c22