mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-02-03 13:14:28 +03:00
Fix comment.
This commit is contained in:
parent
04e99e392b
commit
7700ab4f7e
|
@ -22,7 +22,7 @@ urlpatterns = patterns('',
|
|||
view=views.UserDetailView.as_view(),
|
||||
name='detail'
|
||||
),
|
||||
# URL pattern for the UserDetailView
|
||||
# URL pattern for the UserUpdateView
|
||||
url(
|
||||
regex=r'^~update/$',
|
||||
view=views.UserUpdateView.as_view(),
|
||||
|
|
Loading…
Reference in New Issue
Block a user