-
Committer:
Francois Marier
-
Date:
2011-03-31 10:18:12 UTC
-
Revision ID:
git-v1:2c3f6d98169ee1ba30e5e0453e7a2aab22c554af
Disable photo import when confirming email but not logged in
Before this, email confirmation as a logged out user was working but it
resulted in a nasty 500 error in libravatar/account/views.py, line 99:
NoReverseMatch: Reverse for 'libravatar.account.views.import_photo'
with arguments '(None,)' and keyword arguments '{}' not found.