File tree Expand file tree Collapse file tree
Resources/Private/Templates/Event Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ <h1><f:translate key="registration.title" /></h1>
5252 < f:translate key ="tx_sfeventmgt_domain_model_event.registrations "/>
5353 </ div >
5454 < div class ="event-list-value event-registrations ">
55- {event.registrations- > f:count()}
55+ {event.registrations - > f:count()}
5656 </ div >
5757 < div class ="clear "> </ div >
5858 </ div >
@@ -82,7 +82,7 @@ <h1><f:translate key="registration.title" /></h1>
8282 < h2 > < f:translate key ="registration.form.header " /> </ h2 >
8383
8484 < f:if condition ="{event.enableWaitlist} ">
85- < f:if condition ="{event.registrations-> f:count()} >= {event.maxParticipants} ">
85+ < f:if condition ="{event.registrations -> f:count()} >= {event.maxParticipants} ">
8686 < p >
8787 < strong > < f:translate key ="registration.form.waitlist " /> </ strong >
8888 </ p >
You can’t perform that action at this time.
0 commit comments