Skip to content

Commit

Permalink
Merge pull request #224 from DFE-Digital/ImportMoJComponents
Browse files Browse the repository at this point in the history
Imported MoJ components for add a child
  • Loading branch information
jameshodge96u authored Oct 31, 2024
2 parents 7aa676b + 40e8ccf commit c2a5862
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
<div class="govuk-grid-column-one-half">
<form action="school-check-answers" method="post" novalidate>

{%- from "govuk/components/button/macro.njk" import govukButton -%}
{%- from "govuk/components/date-input/macro.njk" import govukDateInput -%}
{%- from "govuk/components/fieldset/macro.njk" import govukFieldset -%}
{%- from "govuk/components/input/macro.njk" import govukInput -%}
{%- from "govuk/components/textarea/macro.njk" import govukTextarea -%}

<div data-module="moj-add-another">

<h1 class="govuk-heading-l" tabindex="-1">Provide details of your children</h1>
Expand Down

0 comments on commit c2a5862

Please sign in to comment.