fixed name in url patterns
This commit is contained in:
parent
6030bd5949
commit
f8f017d1f8
1 changed files with 1 additions and 1 deletions
|
|
@ -2,5 +2,5 @@ from django.urls import path
|
|||
|
||||
from .views import signup
|
||||
urlpatterns = [
|
||||
path('', signup, name='accounts'),
|
||||
path('', signup, name='registration'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue