File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
app/templates/components/forms/wizard Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 44 {{ input type =' text' id =' name' value =data.event.name }}
55 </div >
66 <div class =" field" >
7- <label for =" location" >{{ t ' Location' }} </label >
7+ <label class = " required " for =" location" >{{ t ' Location' }} </label >
88 {{ #widgets/forms/location-input
99 inputId =' location'
1010 lat =data.event.latitude
143143 </div >
144144 {{ #if data.module.ticketInclude }}
145145 <div class =" ui section divider" ></div >
146- <div class =" field" >
146+ {{!-- <div class="field">
147147 <div class="ui slider checkbox">
148148 {{input type='checkbox' checked=data.event.isTicketingEnabled id='use_ticketing_system'}}
149149 <label for="use_ticketing_system">{{t 'Use ticketing system'}}</label>
150150 </div>
151- </div >
152- {{ #if data.event.isTicketingEnabled }}
151+ </div> --}}
152+ <div class =" field" >
153+ <label class =" required" >{{ t ' Ticketing System' }} </label >
154+ {{!-- {{#if data.event.isTicketingEnabled}} --}}
153155 <div class =" ui attached segment {{ unless data.event.tickets ' center aligned' }} " >
154156 {{ #if data.event.tickets }}
155157 <div class =" ui stackable celled five column grid ticket-header" >
197199 </i >
198200 {{ t ' Paid Ticket' }}
199201 </button >
200- {{ else }}
202+ {{!-- {{ else}}
201203 <div class="field">
202204 <label for="ticket_url">{{t 'Ticket URL'}}</label>
203205 {{widgets/forms/link-input inputId='ticket_url' segmentedLink=data.event.segmentedTicketUrl}}
204206 </div>
205- {{ /if }}
207+ {{/if}} --}}
208+ </div >
206209 {{ /if }}
207- {{ #if ( and hasPaidTickets data.event.isTicketingEnabled ) }}
210+ {{ #if hasPaidTickets }}
208211 {{!-- Hiding discount code temporarily, till we get this feature ready to apply discount codes for events.
209212 <div class="ui section divider"></div>
210213 <div class="field">
You can’t perform that action at this time.
0 commit comments