Add CanRegister
continuous-integration/drone/push Build is passing Details

This commit is contained in:
philipp lang 2024-12-12 16:02:28 +01:00
parent 1b72c0713f
commit d1be6a7248
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 768cf47bd3f5a6199d178b12ff6fd68e94dd1949
Subproject commit a6ca0d2a6ce9f9626b8e3c80d916fe8a6f793dfd

View File

@ -1,5 +1,6 @@
{% 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}}"
@ -9,3 +10,4 @@
form-id="{{__SELF__.event.id }}"
scroll
></event-form>
{% endif %}