Hinweis zur Abmeldefrist entfernt

This commit is contained in:
Simona Oswald 2026-04-30 12:16:50 +02:00
parent 65903d9cce
commit b421a23adc

View File

@ -460,11 +460,6 @@
<button class="${actionButtonVariantClass.trim()}" type="button" data-register-button ${actionButtonDisabled ? 'disabled' : ''}> <button class="${actionButtonVariantClass.trim()}" type="button" data-register-button ${actionButtonDisabled ? 'disabled' : ''}>
${actionButtonLabel} ${actionButtonLabel}
</button> </button>
${isRegistered && deregInfo.isClosed ? `
<small class="detail-dereg-hint detail-dereg-hint--closed">
Abmeldefrist abgelaufen
</small>
` : ''}
</div> </div>
` : ''} ` : ''}
</div> </div>