Add CanRegister
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
1b72c0713f
commit
d1be6a7248
|
@ -1 +1 @@
|
|||
Subproject commit 768cf47bd3f5a6199d178b12ff6fd68e94dd1949
|
||||
Subproject commit a6ca0d2a6ce9f9626b8e3c80d916fe8a6f793dfd
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue