# HG changeset patch # User cavaliet # Date 1373475076 -7200 # Node ID d15b26230d5c9dc2fbab3523f2ecd97367c6b3f1 # Parent 2850b391e17c7b0af3d35ffc42b5f682d97361ad update config template with email data diff -r 2850b391e17c -r d15b26230d5c src/egonomy/config.py.tmpl --- a/src/egonomy/config.py.tmpl Wed Jul 10 15:31:59 2013 +0200 +++ b/src/egonomy/config.py.tmpl Wed Jul 10 18:51:16 2013 +0200 @@ -150,5 +150,5 @@ EMAIL_USE_TLS = %(email_use_tls)s EMAIL_HOST = '%(email_host)s' EMAIL_HOST_USER = '%(email_host_user)s' -EMAIL_HOST_PASSWORD = '%(email_host_user)s' +EMAIL_HOST_PASSWORD = '%(email_host_password)s' EMAIL_PORT = %(email_port)d