Skip to content

Commit

Permalink
bug fix for url updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sardhani-ch committed Mar 1, 2024
1 parent b983898 commit 3572a6d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">

<form class="form" action="address-correspondence-confirm" method="post">
<form class="form" action="" method="post">

{% include "partials/user_name.njk" %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{% endif %}

<div>
<form action="date-of-birth" method="POST">
<form action="" method="POST">
{% include "partials/user_name.njk" %}
{{ govukDateInput({
id: "dob",
Expand Down
2 changes: 1 addition & 1 deletion src/main/views/features/sole-trader/name/capture-name.njk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% block main_content %}

<main>
<form action="name" method="POST">
<form action="" method="POST">
<div class="govuk-form-group">
<h1 class="govuk-heading-l">What is your name?</h1>
{{ govukInput({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% set dropdownThreeError = errors.nationality_input_2 %}
{% endif %}
<div>
<form action="nationality" method="post">
<form action="" method="post">
<fieldset class="govuk-fieldset">
<legend class="govuk-fieldset__legend govuk-fieldset__legend--l">
<span class="govuk-caption-l">{{ firstName }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<main>

<div class="govuk-form-group">
<form action="/register-acsp/sole-trader/statement-relevant-officer" method="post">
<form action="" method="post">
<fieldset class="govuk-fieldset">
<legend class="govuk-fieldset__legend govuk-fieldset__legend--l">
<h1 class="govuk-fieldset__heading">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block main_content %}

<div class="govuk-grid-column-two-thirds-from-desktop">
<form action="where-do-you-live" method="post">
<form action="" method="post">
<div id="typeahead-form-group" class="govuk-form-group">
<legend class="govuk-fieldset__legend govuk-fieldset__legend--l">
<span class="govuk-caption-l">{{ firstName }}
Expand Down

0 comments on commit 3572a6d

Please sign in to comment.