Fixed iss#07 (About)

This commit is contained in:
2016-11-23 18:48:33 +01:00
parent 72be0aebdb
commit a221c0e37d
5 changed files with 16 additions and 1 deletions

View File

@@ -26,6 +26,7 @@ urlpatterns = patterns('',
url(r'^accounts/', include('django.contrib.auth.urls')),
url(r'^blog/newpost$', 'tipp.views.newBlogpost'),
url(r'^blog/(?P<page>\d)$', 'tipp.views.blogindex'),
url(r'^about$', 'tipp.views.about'),
# Uncomment the admin/doc line below to enable admin documentation:
# url(r'^admin/doc/', include('django.contrib.admindocs.urls')),