mirror of
https://github.com/fspc/workstand.git
synced 2025-04-04 10:03:22 -04:00
Name for finding url with reverse.
This commit is contained in:
parent
060e5b2d91
commit
fa475e5835
@ -2,5 +2,5 @@ from django.conf.urls import url
|
|||||||
|
|
||||||
from .views import MemberFormView
|
from .views import MemberFormView
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
url(r'^new/$', MemberFormView.as_view()),
|
url(r'^new/$', MemberFormView.as_view(), name='signup'),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user