Skip to content

Commit cfa173b

Browse files
authored
Merge pull request #4250 from alphagov/barrucadu-patch-1
Exclude Congo from the marriage abroad country select
2 parents 64c14dd + 204f240 commit cfa173b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/smart_answer_flows/marriage-abroad.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def define
1616
status :published
1717
satisfies_need "101000"
1818

19-
exclude_countries = %w(holy-see british-antarctic-territory the-occupied-palestinian-territories)
19+
exclude_countries = %w(congo holy-see british-antarctic-territory the-occupied-palestinian-territories)
2020

2121
# Q1
2222
country_select :country_of_ceremony?, exclude_countries: exclude_countries do

0 commit comments

Comments
 (0)