Skip to content

Commit

Permalink
Merge branch 'main' into fix/2871/spinning-up-the-ds-locally-on-port-…
Browse files Browse the repository at this point in the history
…3000-hangs
  • Loading branch information
rmccar authored Nov 16, 2023
2 parents fa77942 + 03ff7c8 commit 45a3510
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/patterns/correct-errors/example-errors-proto.njk
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,9 @@ layout: ~
}}
{% endblock %}

{% set form = {
"method": "GET",
"attributes": {
"action": "example-errors-proto-errors",
"novalidate": ""
}
} %}
{% block bodyStart %}
<form method="GET" action="example-errors-proto-errors" autocomplete="off" novalidate>
{% endblock %}

{% block main %}
{% call onsQuestion({
Expand Down Expand Up @@ -371,3 +367,7 @@ layout: ~
}}
{% endcall %}
{% endblock %}

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

0 comments on commit 45a3510

Please sign in to comment.