Browse Source

CLDC-1195: remove access keys

pull/538/head
kiddhustle 3 years ago
parent
commit
d117fdd630
  1. 2
      app/views/form/page.html.erb

2
app/views/form/page.html.erb

@ -43,7 +43,7 @@
<%= f.hidden_field :page, value: @page.id %>
<% if !@page.id.include?("value_check") %>
<%= f.govuk_submit "Save and continue", accesskey: "s" %>
<%= f.govuk_submit "Save and continue" %>
<% end %>
</div>
</div>

Loading…
Cancel
Save