|
|
@ -12,13 +12,13 @@ |
|
|
|
<t t-if="event.online_event and not event.online_only"> |
|
|
|
<a t-attf-id="#{event.id}" t-attf-href="/event/registration/step1?event_id={{event.id}}" class="btn btn-secondary btn-block" data-original-title="" title="" aria-describedby="tooltip34075">Register</a> |
|
|
|
</t> |
|
|
|
<t t-if="event.online_only and not event.heaphone_option"> |
|
|
|
<t t-if="event.online_only and not event.headphone_option"> |
|
|
|
<a t-attf-id="#{event.id}" t-attf-href="/event/registration/step2?event_id={{event.id}}" class="btn btn-secondary btn-block" data-original-title="" title="" aria-describedby="tooltip34075">Register</a> |
|
|
|
</t> |
|
|
|
<t t-if="not event.online_event and not event.online_only and not event.headphone_option"> |
|
|
|
<a t-attf-id="#{event.id}" t-attf-href="/event/registration/step2?event_id={{event.id}}" class="btn btn-secondary btn-block" data-original-title="" title="" aria-describedby="tooltip34075">Register</a> |
|
|
|
</t> |
|
|
|
<t t-if="event.online_only and event.heaphone_option"> |
|
|
|
<t t-if="event.online_only and event.headphone_option"> |
|
|
|
<a t-attf-id="#{event.id}" t-attf-href="/event/registration/step2?event_id={{event.id}}" class="btn btn-secondary btn-block" data-original-title="" title="" aria-describedby="tooltip34075">Register</a> |
|
|
|
</t> |
|
|
|
<t t-if="not event.online_event and not event.online_only and event.headphone_option"> |
|
|
|