correct about-page url

This commit is contained in:
Jim Munro 2013-09-26 14:05:42 -06:00
parent 90e601fc22
commit fc7402f922

View File

@ -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"),