projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c093e8
)
Removed unused variable
author
Joar Wandborg
<git@wandborg.com>
Sat, 7 May 2011 23:58:58 +0000
(
01:58
+0200)
committer
Joar Wandborg
<git@wandborg.com>
Sat, 7 May 2011 23:58:58 +0000
(
01:58
+0200)
Signed-off-by: Joar Wandborg <git@wandborg.com>
mediagoblin/auth/views.py
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/auth/views.py
b/mediagoblin/auth/views.py
index 7468def0723fbd499a2763f1cf6dcd8720965e80..3ef1e75ff1987841d849f6cc61ff2c4929758042 100644
(file)
--- a/
mediagoblin/auth/views.py
+++ b/
mediagoblin/auth/views.py
@@
-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')