Fix: function naming convention
This commit is contained in:
parent
03ccac13b6
commit
57cf266b56
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
from django.urls import path
|
||||
from .views import edit_profile
|
||||
from .views import ProfileEditView
|
||||
|
||||
urlpatterns = [
|
||||
# Other URL patterns
|
||||
path('profile/', edit_profile, name='profile'),
|
||||
path('profile/edit', ProfileEditView, name='profile'),
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue