Skip to content
This repository has been archived by the owner on May 31, 2019. It is now read-only.

Commit

Permalink
Correct a Page template path in the settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sveetch committed Dec 30, 2012
1 parent cac1f35 commit 1d79ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
# Add some addtional templates
# NOTE: Usage of ugettext_lazy in settings should prohibited
DOCUMENTS_PAGE_TEMPLATES = {
'homepage': ('sveedocuments/page_details/homepage_with_flat_menu.html', ugettext_lazy('Home page with automatic app list')),
'homepage': ('sveedocuments/homepage_with_flat_menu.html', ugettext_lazy('Home page with automatic app list')),
}
# Custom cache keys to remove with clearcache command option
DOCUMENTS_CACHE_KEYS_TO_CLEAN = ["applications_toc_on_homepage"]
Expand Down

0 comments on commit 1d79ba2

Please sign in to comment.