mirror of
https://github.com/Tivix/django-rest-auth.git
synced 2024-11-22 00:56:34 +03:00
Update urls.py
This commit is contained in:
parent
bd369aa6ef
commit
3a82ffc511
|
@ -18,6 +18,6 @@ urlpatterns = [
|
|||
# If you don't want to use API on that step, then just use ConfirmEmailView
|
||||
# view from:
|
||||
# django-allauth https://github.com/pennersr/django-allauth/blob/master/allauth/account/views.py
|
||||
re_path('account-confirm-email/(?P<key>[-:\w]+)/', TemplateView.as_view(),
|
||||
re_path(r'account-confirm-email/(?P<key>[-:\w]+)/', TemplateView.as_view(),
|
||||
name='account_confirm_email'),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user