We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ef56efc + 9a0cbc8 commit b22a55bCopy full SHA for b22a55b
rest_auth/registration/urls.py
@@ -17,7 +17,7 @@
17
# with proper key.
18
# If you don't want to use API on that step, then just use ConfirmEmailView
19
# view from:
20
- # djang-allauth https://github.com/pennersr/django-allauth/blob/master/allauth/account/views.py#L190
+ # django-allauth https://github.com/pennersr/django-allauth/blob/master/allauth/account/views.py#L190
21
url(r'^account-confirm-email/(?P<key>\w+)/$', TemplateView.as_view(),
22
name='account_confirm_email'),
23
]
0 commit comments