From 19c3b52627633b153553d5813ed4135928877208 Mon Sep 17 00:00:00 2001 From: Thiago Youssef Date: Mon, 23 May 2022 09:18:44 +0300 Subject: [PATCH] Allow captcha for org owned registrations --- app/views/whois_records/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/whois_records/show.html.erb b/app/views/whois_records/show.html.erb index e5ceb582..a83a1764 100644 --- a/app/views/whois_records/show.html.erb +++ b/app/views/whois_records/show.html.erb @@ -30,7 +30,7 @@

<%= t '.more_info' %>

-<% if !@show_sensitive_data && @whois_record.contactable? %> +<% unless @show_sensitive_data %>
<%= render 'whois_records/show/captcha' %>