14 lines
550 B
HTML
14 lines
550 B
HTML
{% include 'silva.adrema::head' %}
|
|
|
|
{% if __SELF__.event.can_register %}
|
|
<event-form
|
|
style="--primary: {{__SELF__.settings.primary_color}}; --secondary: {{__SELF__.settings.secondary_color}}; --font: {{__SELF__.settings.font_color}}; --circle: {{__SELF__.settings.circle_color}}"
|
|
index-url="{{__SELF__.settings.indexUrl}}"
|
|
single-url="{{__SELF__.settings.singleUrl}}"
|
|
register-url="{{__SELF__.settings.registerUrl}}"
|
|
config-var-name="adrema_event_config"
|
|
form-id="{{__SELF__.event.id }}"
|
|
scroll
|
|
></event-form>
|
|
{% endif %}
|