Skip to content

Commit d5d4dff

Browse files
committed
[spalenque] - #13637 * remove willing to travel no from speaker profile
1 parent b80d5e9 commit d5d4dff

1 file changed

Lines changed: 5 additions & 10 deletions

File tree

speaker_bureau/templates/Layout/SpeakerListPage_profile.ss

Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -133,16 +133,11 @@
133133
<div class="span-4 checkbox_item">
134134
<strong>Willing to present via video conference: </strong><% if WillingToPresentVideo %> Yes <% else %> No <% end_if %>
135135
</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 %>
136+
<% if $WillingToTravel %>
137+
<div class="span-4 checkbox_item">
138+
<strong>Willing to travel to any country:</strong> Yes
139+
</div>
140+
<% else_if TravelPreferences.Count %>
146141
<div class="span-4">
147142
<strong>I'm willing to travel to:</strong>
148143
</div>

0 commit comments

Comments
 (0)