aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2014-07-01 15:23:03 +0100
committerLouise Crow <louise.crow@gmail.com>2014-07-01 15:23:03 +0100
commitbd508288eb255b57eaa8f9adf53f34738bd51127 (patch)
treea113a1f3f95e8cd3ecb3235e73ae84d54cfab82c /doc
parentcb581ad7942d2ba732b2ae9cf4cc11d86951847c (diff)
parent958c4f2a41bfaa8949b4ee466265c70843dd459d (diff)
Merge branch 'hotfix/0.18.0.7' into release/0.18release/0.18
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES.md9
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