Skip to content

Commit

Permalink
Fix path to the checkbox partial. For #404.
Browse files Browse the repository at this point in the history
  • Loading branch information
imcbride committed Nov 11, 2021
1 parent 4014b9c commit 205b0f8
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/templates/paragraphs/school-explorer.twig
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@

<fieldset class="col-md-6 col-xl-4 form-group">
<legend class="label">Semester-long Program of Interest</legend>
{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_argentina',
name: '74172_110251pi_74172_110251_1436257',
Expand All @@ -82,7 +82,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_brazil',
name: '74172_110251pi_74172_110251_1436259',
Expand All @@ -91,7 +91,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_cameroon',
name: '74172_110251pi_74172_110251_1436261',
Expand All @@ -100,7 +100,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_chile',
name: '74172_110251pi_74172_110251_1436263',
Expand All @@ -109,7 +109,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_china',
name: '74172_110251pi_74172_110251_1436265',
Expand All @@ -118,7 +118,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_england',
name: '74172_110251pi_74172_110251_1436267',
Expand All @@ -127,7 +127,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_france',
name: '74172_110251pi_74172_110251_1436269',
Expand All @@ -136,7 +136,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_germany',
name: '74172_110251pi_74172_110251_1436271',
Expand All @@ -145,7 +145,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_india',
name: '74172_110251pi_74172_110251_1436273',
Expand All @@ -154,7 +154,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_japan',
name: '74172_110251pi_74172_110251_1436279',
Expand All @@ -163,7 +163,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_jordan',
name: '74172_110251pi_74172_110251_1436281',
Expand All @@ -172,7 +172,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_morocco',
name: '74172_110251pi_74172_110251_1436283',
Expand All @@ -181,7 +181,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_russia',
name: '74172_110251pi_74172_110251_1436285',
Expand All @@ -190,7 +190,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_spain',
name: '74172_110251pi_74172_110251_1436287',
Expand All @@ -199,7 +199,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_program_uruguay',
name: '74172_110251pi_74172_110251_1436289',
Expand All @@ -211,7 +211,7 @@

<fieldset class="col-md-6 col-xl-4 form-group">
<legend class="label">Summer Program of Interest</legend>
{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_summer_environment',
name: '74172_206087pi_74172_206087_2900597',
Expand All @@ -220,7 +220,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_summer_museum',
name: '74172_206087pi_74172_206087_2900599',
Expand All @@ -229,7 +229,7 @@
required: false
} %}

{% include '@middlebury_theme/includes/form-check.html.twig' with {
{% include 'partials/form-check.twig' with {
type: 'checkbox',
id: 'midd_sa_summer_oxford',
name: '74172_206087pi_74172_206087_5906644',
Expand Down

0 comments on commit 205b0f8

Please sign in to comment.