diff options
Diffstat (limited to 'perllib')
-rw-r--r-- | perllib/FixMyStreet/Cobrand/Default.pm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/perllib/FixMyStreet/Cobrand/Default.pm b/perllib/FixMyStreet/Cobrand/Default.pm index 785177b5e..946523626 100644 --- a/perllib/FixMyStreet/Cobrand/Default.pm +++ b/perllib/FixMyStreet/Cobrand/Default.pm @@ -1246,4 +1246,12 @@ still be sent (because it wasn't disabled on the FixMyStreet cobrand). sub send_moderation_notifications { 1 } +=item privacy_policy_url + +The URL of the privacy policy to use on the report and update submissions forms. + +=cut + +sub privacy_policy_url { '/privacy' } + 1; |