mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-22 17:47:08 +03:00
correct about-page url
This commit is contained in:
parent
90e601fc22
commit
fc7402f922
|
@ -14,7 +14,7 @@ urlpatterns = patterns('',
|
|||
url(r'^$',
|
||||
TemplateView.as_view(template_name='pages/home.html'),
|
||||
name="home"),
|
||||
url(r'^$',
|
||||
url(r'^about/$',
|
||||
TemplateView.as_view(template_name='pages/about.html'),
|
||||
name="about"),
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user