Update adrema-form
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2024-12-12 17:23:15 +01:00
parent b7eab3d066
commit 52bbd076f3
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit a4a2a2b3fd7a099cf1e5a9360d5d5450030bf673
Subproject commit a6ca0d2a6ce9f9626b8e3c80d916fe8a6f793dfd

View File

@ -1,5 +1,6 @@
{% include 'silva.adrema::head' %}
{% if __SELF__.event.can_register %}
<event-index
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}}"
@ -7,3 +8,4 @@
register-url="{{__SELF__.settings.registerUrl}}"
{% if __SELF__.event %} visible-event-slug="{{__SELF__.event.slug }}" {% endif %}
></event-index>
{% endif %}