diff options
author | Gareth Rees <gareth@mysociety.org> | 2014-08-21 11:58:51 +0100 |
---|---|---|
committer | Gareth Rees <gareth@mysociety.org> | 2014-08-21 11:58:51 +0100 |
commit | bd4d027c4445d40e8af120774ca3c72a9e041d6d (patch) | |
tree | 34b1396381c81083e73bdf877cff77c51a17bc79 /doc | |
parent | 250600040a52729637d6124c2c2e01c97e991cf3 (diff) | |
parent | 64a1f148fedcf375a47f959edbdd4cab0170acea (diff) |
Merge branch 'issues/1389-public-body-updates-spam' into rails-3-develop
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 61f55211c..cc8c37c3a 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -20,6 +20,14 @@ `script/rails-post-deploy` to link up the new location. If you don't use `SHARED_FILES` and `SHARED_DIRECTORIES`, alaveteli will now write it's application logs to `APP_ROOT/log` rather than `APP_ROOT/../logs` by default. +* `public_body_change_requests/new.html.erb` has a new field for spam prevention + so customisations of this template should be updated with: + + <p style="display:none;"> + <%= label_tag 'public_body_change_request[comment]', _('Do not fill in this field') %> + <%= text_field_tag 'public_body_change_request[comment]' %> + </p> + This is the anti-spam honeypot. # Version 0.18 |