diff options
author | Matthew Somerville <matthew@mysociety.org> | 2012-08-16 21:12:01 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2012-08-17 10:35:26 +0100 |
commit | af6c868217414cd50280da78f92487a255e951f6 (patch) | |
tree | 28743bef1e05cde4aaa44b87cf10fde74ee8dd48 /conf/general.yml-example | |
parent | de30194a574b972c87fd43d4abd9b542411b770f (diff) |
Consolidate postcode form template, move question to template, and move admin_base_url to config.
Diffstat (limited to 'conf/general.yml-example')
-rw-r--r-- | conf/general.yml-example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/general.yml-example b/conf/general.yml-example index bf9990896..124472a36 100644 --- a/conf/general.yml-example +++ b/conf/general.yml-example @@ -110,6 +110,10 @@ ALLOWED_COBRANDS: - cobrand_one - cobrand_two: 'hostname_substring2' +# This is only used in "offensive report" emails to provide a link directly to +# the admin interface. If wanted, set to the full URL of your admin interface. +ADMIN_BASE_URL: '' + # Gaze is a world-wide service for population density lookups. You can leave # this as is. GAZE_URL: 'http://gaze.mysociety.org/gaze' |