Skip to content

Commit b22a55b

Browse files
committed
Merge pull request #183 from be-ndee/patch-1
typo fix
2 parents ef56efc + 9a0cbc8 commit b22a55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rest_auth/registration/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
# with proper key.
1818
# If you don't want to use API on that step, then just use ConfirmEmailView
1919
# view from:
20-
# djang-allauth https://github.com/pennersr/django-allauth/blob/master/allauth/account/views.py#L190
20+
# django-allauth https://github.com/pennersr/django-allauth/blob/master/allauth/account/views.py#L190
2121
url(r'^account-confirm-email/(?P<key>\w+)/$', TemplateView.as_view(),
2222
name='account_confirm_email'),
2323
]

0 commit comments

Comments
 (0)