Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Fix regression about POI_PANEL_OPENED setting
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Oct 15, 2014
1 parent d66574f commit 71ffa28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions rando/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@
POPUP_HOME_ENABLED = False
POPUP_HOME_FORCED = False

POI_PANEL_OPENED = True

BACKPACK_ENABLED = True

PRINT_ENABLED = False
Expand Down
1 change: 0 additions & 1 deletion rando/settings/dev.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
FEEDBACK_FORM_ENABLED = True
POPUP_HOME_ENABLED = True
PRINT_ENABLED = True
POI_PANEL_OPENED = False

DEBUG = True
TEMPLATE_DEBUG = DEBUG
Expand Down

0 comments on commit 71ffa28

Please sign in to comment.