Skip to content

Commit

Permalink
Update to DS v66 (#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar authored Oct 25, 2023
1 parent 965dae0 commit 19745c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .design-system-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
65.2.2
66.0.1
13 changes: 6 additions & 7 deletions templates/layouts/_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@
{% from "components/skip-to-content/_macro.njk" import onsSkipToContent %}
{% from "components/timeout-modal/_macro.njk" import onsTimeoutModal %}

{% set form = {
"attributes": {
"autocomplete": "off",
"novalidate": null
}
} %}

{% if previous_location_url %}
{% set breadcrumbs = {
"ariaLabel": 'Previous',
Expand Down Expand Up @@ -109,6 +102,9 @@
{% endif %}
{% endblock %}

{% block bodyStart %}
<form class="form-class" method="POST" autocomplete="off" novalidate>
{% endblock %}

{% block skipLink %}
{{
Expand All @@ -119,6 +115,9 @@
}}
{% endblock %}

{% block bodyEnd %}
</form>
{% endblock %}

{% block scripts %}
{% if config['EQ_ENABLE_LIVE_RELOAD'] %}
Expand Down

0 comments on commit 19745c3

Please sign in to comment.