Turning off the Terms of Service feature by default
This commit sponsored by Jessica Coates. Thank you!
This commit is contained in:
parent
7731e7c90b
commit
732ebe0cad
@ -32,8 +32,8 @@ allow_reporting = true
|
||||
## install other themes.
|
||||
# theme = airy
|
||||
|
||||
## If you don't want the terms of service displayed, you can uncomment this
|
||||
# show_tos = false
|
||||
## If you want the terms of service displayed, you can uncomment this
|
||||
# show_tos = true
|
||||
|
||||
[storage:queuestore]
|
||||
base_dir = %(here)s/user_dev/media/queue
|
||||
|
@ -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/"
|
||||
|
Loading…
x
Reference in New Issue
Block a user