aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/config_spec.ini
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-10-11 11:48:22 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-10-11 11:48:22 -0500
commit9d2b0161b9e6f570e7b429127d6ebb83c125c1c6 (patch)
treea3e9d58d55e2b1e45ecafe4ba7e2658408517374 /mediagoblin/config_spec.ini
parent0c875e1e96b77892bd3f9bd5a91959c57ab7b91c (diff)
downloadmediagoblin-9d2b0161b9e6f570e7b429127d6ebb83c125c1c6.tar.lz
mediagoblin-9d2b0161b9e6f570e7b429127d6ebb83c125c1c6.tar.xz
mediagoblin-9d2b0161b9e6f570e7b429127d6ebb83c125c1c6.zip
Make showing the Terms of Service a user option, and move it to the footer.
This commit sponsored by Gjalt-Jorn Peters. Thank you!
Diffstat (limited to 'mediagoblin/config_spec.ini')
-rw-r--r--mediagoblin/config_spec.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/mediagoblin/config_spec.ini b/mediagoblin/config_spec.ini
index d738074d..971b6153 100644
--- a/mediagoblin/config_spec.ini
+++ b/mediagoblin/config_spec.ini
@@ -45,6 +45,11 @@ comments_ascending = boolean(default=True)
# Enable/disable reporting
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)
+
# By default not set, but you might want something like:
# "%(here)s/user_dev/templates/"
local_templates = string()