We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b80d5e9 commit d5d4dffCopy full SHA for d5d4dff
1 file changed
speaker_bureau/templates/Layout/SpeakerListPage_profile.ss
@@ -133,16 +133,11 @@
133
<div class="span-4 checkbox_item">
134
<strong>Willing to present via video conference: </strong><% if WillingToPresentVideo %> Yes <% else %> No <% end_if %>
135
</div>
136
- <div class="span-4 checkbox_item">
137
- <strong>Willing to travel to any country: </strong>
138
- <% if $WillingToTravel %>
139
- Yes <% if FundedTravel %> (My company will fund my travel) <% end_if %>
140
- <% else %>
141
- No
142
- <% end_if %>
143
- </div>
144
-
145
- <% if not $WillingToTravel %>
+ <% if $WillingToTravel %>
+ <div class="span-4 checkbox_item">
+ <strong>Willing to travel to any country:</strong> Yes
+ </div>
+ <% else_if TravelPreferences.Count %>
146
<div class="span-4">
147
<strong>I'm willing to travel to:</strong>
148
0 commit comments