Skip to content

Commit

Permalink
Fix default setting
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Dec 21, 2016
1 parent 42a28fe commit 1c8da39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinax/blog/conf.py
Expand Up @@ -39,7 +39,7 @@ class PinaxBlogAppConf(AppConf):
SCOPING_URL_VAR = None
SLUG_UNIQUE = False
PAGINATE_BY = 10
HOOKSET = "pinax.blog.PinaxBlogDefaultHookSet"
HOOKSET = "pinax.blog.hooks.PinaxBlogDefaultHookSet"

def configure_markup_choices(self, value):
return [
Expand Down

0 comments on commit 1c8da39

Please sign in to comment.