Removed unused variable

Signed-off-by: Joar Wandborg <git@wandborg.com>
This commit is contained in:
Joar Wandborg 2011-05-08 01:58:58 +02:00
parent 4c093e85c7
commit 4942b63711

View File

@ -47,9 +47,6 @@ def register(request):
request.POST['password'])
entry.save(validate=True)
# TODO: Move this setting to a better place
EMAIL_SENDER_ADDRESS = 'mediagoblin@fakehost'
email_template = request.template_env.get_template(
'mediagoblin/auth/verification_email.txt')