Removed unused variable
Signed-off-by: Joar Wandborg <git@wandborg.com>
This commit is contained in:
parent
4c093e85c7
commit
4942b63711
@ -47,9 +47,6 @@ def register(request):
|
|||||||
request.POST['password'])
|
request.POST['password'])
|
||||||
entry.save(validate=True)
|
entry.save(validate=True)
|
||||||
|
|
||||||
# TODO: Move this setting to a better place
|
|
||||||
EMAIL_SENDER_ADDRESS = 'mediagoblin@fakehost'
|
|
||||||
|
|
||||||
email_template = request.template_env.get_template(
|
email_template = request.template_env.get_template(
|
||||||
'mediagoblin/auth/verification_email.txt')
|
'mediagoblin/auth/verification_email.txt')
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user