diff options
author | Chris Mytton <self@hecticjeff.net> | 2013-09-20 12:08:37 +0100 |
---|---|---|
committer | Chris Mytton <self@hecticjeff.net> | 2013-09-20 12:08:37 +0100 |
commit | 34cf74b3d18baa968ea3e45e69ca958e8ebcfaa5 (patch) | |
tree | e4cb91d12ec724adb256b4ec12e14683a5dc78a6 /templates | |
parent | 3d192852e827d6822a20767d413c568b2079e5f4 (diff) |
[Zurich] Default to not sending rejected emails
Closes mysociety/FixMyStreet-Commercial#410
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/zurich/admin/report_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/zurich/admin/report_edit.html b/templates/web/zurich/admin/report_edit.html index 10045447b..5958434dd 100644 --- a/templates/web/zurich/admin/report_edit.html +++ b/templates/web/zurich/admin/report_edit.html @@ -105,7 +105,7 @@ <p id="automatic-reply"> <span class="mock-label">automatische Antwort</span> - <input type="checkbox" name="send_rejected_email" id="send_rejected_email" value="1" checked="checked" /> + <input type="checkbox" name="send_rejected_email" id="send_rejected_email" value="1" /> </p> <script type="text/javascript"> |