]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/accounts/terms/show.html.erb
Remove pd checkbox from terms page
[rails.git] / app / views / accounts / terms / show.html.erb
index 3cc52302ff8a3d537d958e4ecf65ea5ecc19a6d6..c1c0e0a89a77760da67d05d65de7ade49d9074c7 100644 (file)
     <%= submit_tag(t(".continue"), :name => "continue", :id => "continue", :disabled => true, :class => "btn btn-primary") %>
     <%= submit_tag(t(".cancel"), :name => "decline", :id => "decline", :class => "btn btn-outline-secondary") %>
   </div>
-
-  <div class="mb-3">
-    <div class="form-check">
-      <%= check_box("user", "consider_pd", :class => "form-check-input") %>
-    <label for="user_consider_pd" class="form-check-label">
-      <%= t ".consider_pd" %>
-    </label>
-    <span class="minorNote">(<%= link_to(t(".consider_pd_why"), t(".consider_pd_why_url"), :target => :new) %>)</span>
-  </div>
 <% end %>