how did this survive for so long!
This commit is contained in:
parent
3cbd4f4e87
commit
51c95ddc9d
|
@ -5,5 +5,5 @@ from .views import ProfileDetail, ProfileUpdate
|
|||
app_name = "profiles"
|
||||
urlpatterns = [
|
||||
path("", ProfileDetail.as_view(), name="detail"),
|
||||
path("edit", ProfileUpdate.as_view(), name="update"),
|
||||
path("edit/", ProfileUpdate.as_view(), name="update"),
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue