diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-07-01 15:23:34 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-07-01 15:23:34 +0100 |
commit | df23e5db0b3a76a754fdb274692731aad7f3098b (patch) | |
tree | 7c9d549b85feda45e5097f6fe705c38e6002a461 /doc | |
parent | 24cb74239c6a79be8c392265c9d7df5ad901a11d (diff) | |
parent | 958c4f2a41bfaa8949b4ee466265c70843dd459d (diff) |
Merge branch 'hotfix/0.18.0.7' into rails-3-develop
Diffstat (limited to 'doc')
-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 |