diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-01 15:18:14 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-01 15:20:18 +0100 |
commit | 958c4f2a41bfaa8949b4ee466265c70843dd459d (patch) | |
tree | a113a1f3f95e8cd3ecb3235e73ae84d54cfab82c | |
parent | 1d4d2e6b33e36275cf0910aa0016adee11cf147c (diff) |
Add upgrade notes for anti-spam honeypot0.18.0.7hotfix/0.18.0.7
-rw-r--r-- | doc/CHANGES.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 583960d41..777501ca5 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -48,7 +48,14 @@ Example: * There are some new strings in this release for translation, so if your site isn't in English, make sure your translations are up to date before deploying to production - +* If your theme overrides the help/contact template, you should + add elements to the form to match those added to the main template: + + <p style="display:none;"> + <%= f.label :comment, 'Do not fill in this field' %> + <%= f.text_field :comment %> + </p> + This is the anti-spam honeypot. # Version 0.17 |