Browse Source

Merge pull request #538 from communitiesuk/bug/cldc-1195-remove-access-keys

CLDC-1195: remove access keys
pull/541/head
Paul Robert Lloyd 3 years ago committed by GitHub
parent
commit
c7ffbbc942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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