Skip to content
Snippets Groups Projects
Commit 11982641 authored by Job Doesburg's avatar Job Doesburg
Browse files

Merge branch 'fix/almanacsetting' into 'master'

Change alamanc setting to environ variable

See merge request !1528
parents 3f19a834 6e4ce5af
No related branches found
No related tags found
1 merge request!1528Change alamanc setting to environ variable
......@@ -356,4 +356,4 @@ makemessages.Command.xgettext_options.append("--add-location=file")
# Temporary setting for almanac page
SHOW_ALMANAC_PAGE = False
SHOW_ALMANAC_PAGE = os.environ.get("SHOW_ALMANAC_PAGE", False) == "True"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment