diff options
Diffstat (limited to 'app/views/snippets')
-rw-r--r-- | app/views/snippets/verify.html.haml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/views/snippets/verify.html.haml b/app/views/snippets/verify.html.haml index cb623ccab57..3c4f08e1df7 100644 --- a/app/views/snippets/verify.html.haml +++ b/app/views/snippets/verify.html.haml @@ -1,4 +1,2 @@ -- form = [@snippet.becomes(Snippet)] - -= render 'layouts/recaptcha_verification', spammable: @snippet, form: form += render 'layouts/recaptcha_verification', spammable: @snippet |