Turning off the Terms of Service feature by default

This commit sponsored by Jessica Coates.  Thank you!
This commit is contained in:
Christopher Allan Webber
2013-12-03 11:51:46 -06:00
parent 7731e7c90b
commit 732ebe0cad
2 changed files with 3 additions and 3 deletions

View File

@@ -48,7 +48,7 @@ allow_reporting = boolean(default=True)
# Enable/disable terms of service
# ... Note: you can override the terms of service template on a
# per-site basis...
show_tos = boolean(default=True)
show_tos = boolean(default=False)
# By default not set, but you might want something like:
# "%(here)s/user_dev/templates/"