Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions app/flows/check_uk_visa_flow.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def define
radio :what_sort_of_passport? do
option :citizen
option :alien
option :test

next_node do |response|
if response == "alien"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

You can apply for an [exempt vignette](/exempt-vignette) to help you avoid delays when you enter the UK. Your partner or family members might also be able to apply.

### Transiting through the UK

##Government business

You will not need a visa to come to the UK on official government business for your country if you’re a serving government minister.
Expand Down
Loading