Merge branch 'blog' of github.com:yakky/dynamicweb into feature/digital-glarus-blog
This commit is contained in:
commit
432689999a
7 changed files with 150 additions and 0 deletions
|
|
@ -8,4 +8,6 @@ urlpatterns = [
|
|||
url(r'contact$', views.contact, name='contact'),
|
||||
url(r'letscowork$', views.letscowork, name='letscowork'),
|
||||
url(r'home$', views.home, name='home'),
|
||||
url(r'blog/$', views.blog, name='blog'),
|
||||
url(r'^blog/(?P<slug>\w[-\w]*)/$', views.blog_detail, name='blog-detail'),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue