mirror of
				https://github.com/Tivix/django-rest-auth.git
				synced 2025-11-04 09:37:35 +03:00 
			
		
		
		
	
						commit
						b22a55b0fa
					
				| 
						 | 
					@ -17,7 +17,7 @@ urlpatterns = [
 | 
				
			||||||
    # with proper key.
 | 
					    # with proper key.
 | 
				
			||||||
    # If you don't want to use API on that step, then just use ConfirmEmailView
 | 
					    # If you don't want to use API on that step, then just use ConfirmEmailView
 | 
				
			||||||
    # view from:
 | 
					    # view from:
 | 
				
			||||||
    # 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
 | 
				
			||||||
    url(r'^account-confirm-email/(?P<key>\w+)/$', TemplateView.as_view(),
 | 
					    url(r'^account-confirm-email/(?P<key>\w+)/$', TemplateView.as_view(),
 | 
				
			||||||
        name='account_confirm_email'),
 | 
					        name='account_confirm_email'),
 | 
				
			||||||
]
 | 
					]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user