Skip to content

Commit

Permalink
breadcrumbs setting is now properly declared; fix due to RobertoMaurizzi
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Szepieniec (laptop 'Akaros') committed Oct 22, 2015
1 parent 7052f57 commit 0ce3194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waliki/settings.py
Expand Up @@ -117,7 +117,7 @@ def _get_markup_settings(user_settings):

WALIKI_USE_MATHJAX = getattr(settings, 'WALIKI_USE_MATHJAX', False)

WALIKI_BREADCRUMBS = False
WALIKI_BREADCRUMBS = getattr(settings, 'WALIKI_BREADCRUMBS', False)


def WALIKI_UPLOAD_TO(instance, filename):
Expand Down

0 comments on commit 0ce3194

Please sign in to comment.