Google's recaptcha removed. Avoid external dependencies.

This commit is contained in:
Christoph Haas 2017-04-05 16:26:23 +02:00
parent e90f8fc53e
commit 72ccc986a4
4 changed files with 7 additions and 8 deletions

View file

@ -9,5 +9,4 @@
the screenshot should get removed:
= form_tag(report_screenshot_path(screenshot.id))
= text_area_tag 'delete_reason', nil, class: 'input-group-field', maxlength: 100, rows: 3, cols: 50
= recaptcha_tags
= submit_tag 'Request removal', class: 'button alert'