Make blog_post_listing easier to read
authorJessica Tallon <jessica@megworld.co.uk>
Tue, 19 Aug 2014 13:03:53 +0000 (14:03 +0100)
committerJessica Tallon <jessica@megworld.co.uk>
Tue, 19 Aug 2014 13:30:45 +0000 (14:30 +0100)
commit51f49118555be3021127602aef78a548850b59b5
treeadfb2b29508505b120e222f46f1b3e7373ad7538
parentb56cd89eb8cad5f2b4ac50d6c2cdba9ef3b90081
Make blog_post_listing easier to read

This is Elronds change on #948. As 'blog_slug' is always
set in request.matchdict there is no need to do a default-none
get on the dictionary. This change just makes it easier to read.
mediagoblin/media_types/blog/views.py