Update adrema-form
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
b7eab3d066
commit
52bbd076f3
|
@ -1 +1 @@
|
||||||
Subproject commit a4a2a2b3fd7a099cf1e5a9360d5d5450030bf673
|
Subproject commit a6ca0d2a6ce9f9626b8e3c80d916fe8a6f793dfd
|
|
@ -1,5 +1,6 @@
|
||||||
{% include 'silva.adrema::head' %}
|
{% include 'silva.adrema::head' %}
|
||||||
|
|
||||||
|
{% if __SELF__.event.can_register %}
|
||||||
<event-index
|
<event-index
|
||||||
style="--primary: {{__SELF__.settings.primary_color}}; --secondary: {{__SELF__.settings.secondary_color}}; --font: {{__SELF__.settings.font_color}}; --circle: {{__SELF__.settings.circle_color}}"
|
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}}"
|
index-url="{{__SELF__.settings.indexUrl}}"
|
||||||
|
@ -7,3 +8,4 @@
|
||||||
register-url="{{__SELF__.settings.registerUrl}}"
|
register-url="{{__SELF__.settings.registerUrl}}"
|
||||||
{% if __SELF__.event %} visible-event-slug="{{__SELF__.event.slug }}" {% endif %}
|
{% if __SELF__.event %} visible-event-slug="{{__SELF__.event.slug }}" {% endif %}
|
||||||
></event-index>
|
></event-index>
|
||||||
|
{% endif %}
|
||||||
|
|
Loading…
Reference in New Issue