Clarify form_spam_protection Error Message
You need cookies enabled, too (since Instiki stores session data in a cookie).
This commit is contained in:
parent
756e8aa93a
commit
af8157130a
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ module FormSpamProtection
|
|||
end
|
||||
end
|
||||
else
|
||||
render :text => "You must have Javascript on to submit this form.", :layout => 'error', :status => 403
|
||||
render :text => "You must have Javascript on, and cookies enabled, to submit this form.", :layout => 'error', :status => 403
|
||||
return false
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue