Skip to content

Commit

Permalink
pep8ify
Browse files Browse the repository at this point in the history
  • Loading branch information
tswicegood committed Sep 30, 2011
1 parent 27a0733 commit 7f081cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions armstrong/cli/templates/standard/urls/defaults.py
Expand Up @@ -45,9 +45,9 @@
name='all_articles_feed'),

url(r'^article/(?P<slug>[-\w]+)/', object_detail, {
'queryset':Article.published.all().select_subclasses(),
'template_name':'article.html',
'slug_field':'slug',
'queryset': Article.published.all().select_subclasses(),
'template_name': 'article.html',
'slug_field': 'slug',
},
name='article_detail'),
)
Expand Down

0 comments on commit 7f081cc

Please sign in to comment.