Rename tags to category, because thats how we filter posts by
This commit is contained in:
parent
ee35fbd784
commit
ff1d4f1a6f
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ urlpatterns += i18n_patterns(
|
|||
RedirectView.as_view(pattern_name='ungleich:post-detail')),
|
||||
url(r'^comic/$',
|
||||
ungleich_views.PostListViewUngleich.as_view(
|
||||
tags='comic'
|
||||
category='comic'
|
||||
),
|
||||
name='blog_list_view'),
|
||||
url(r'^cms/', include('cms.urls')),
|
||||
|
|
Loading…
Reference in a new issue