|
6 | 6 | <% case ceremony_country %>
|
7 | 7 | <% when 'burma' %>
|
8 | 8 | The British Embassy in Rangoon doesn’t register marriages of British citizens in Burma. Contact the embassy if you need further advice.
|
9 |
| - <%= render partial: '../data_partials/overseas_passports_embassies.erb', |
| 9 | + <%= render partial: '../../data_partials/overseas_passports_embassies.erb', |
10 | 10 | locals: {
|
11 | 11 | overseas_passports_embassies: overseas_passports_embassies
|
12 | 12 | } %>
|
|
16 | 16 | <% end %>
|
17 | 17 | <% when 'north-korea' %>
|
18 | 18 | It’s very unlikely that foreign nationals would be allowed to marry in North Korea. Contact the British Embassy in Pyongyang if you need further advice.
|
19 |
| - <%= render partial: '../data_partials/overseas_passports_embassies.erb', |
| 19 | + <%= render partial: '../../data_partials/overseas_passports_embassies.erb', |
20 | 20 | locals: {
|
21 | 21 | overseas_passports_embassies: overseas_passports_embassies
|
22 | 22 | } %>
|
|
26 | 26 | <% end %>
|
27 | 27 | <% when *%w(iran somalia syria) %>
|
28 | 28 | There are currently no British consular services available in <%= country_name_lowercase_prefix %>. See below if you need further advice.
|
29 |
| - <%= render partial: '../data_partials/overseas_passports_embassies.erb', |
| 29 | + <%= render partial: '../../data_partials/overseas_passports_embassies.erb', |
30 | 30 | locals: {
|
31 | 31 | overseas_passports_embassies: overseas_passports_embassies
|
32 | 32 | } %>
|
33 | 33 | <% when 'yemen' %>
|
34 | 34 | There are only limited British consular services available in <%= country_name_lowercase_prefix %>. See below if you need further advice.
|
35 |
| - <%= render partial: '../data_partials/overseas_passports_embassies.erb', |
| 35 | + <%= render partial: '../../data_partials/overseas_passports_embassies.erb', |
36 | 36 | locals: {
|
37 | 37 | overseas_passports_embassies: overseas_passports_embassies
|
38 | 38 | } %>
|
|
57 | 57 | ##Getting married at the British Embassy
|
58 | 58 |
|
59 | 59 | You can only apply to get married at the British Embassy in Riyadh if you’re resident in Saudi Arabia and neither of you is a Muslim. Contact them to make an appointment.
|
60 |
| - <%= render partial: '../data_partials/overseas_passports_embassies.erb', |
| 60 | + <%= render partial: '../../data_partials/overseas_passports_embassies.erb', |
61 | 61 | locals: {
|
62 | 62 | overseas_passports_embassies: overseas_passports_embassies
|
63 | 63 | } %>
|
|
0 commit comments