Reintroduce the Register Button

This commit is contained in:
2025-11-20 11:32:01 +01:00
parent f86287783c
commit 7929f0bed6

View File

@ -1,5 +1,6 @@
@using Oqtane
@using Oqtane.Modules.Controls
@using Oqtane.Themes.Controls
@using SZUAbsolventenverein.Module.EventRegistration.Services
@using SZUAbsolventenverein.Module.EventRegistration.Models
@using System.Text.RegularExpressions
@ -46,11 +47,10 @@
} else
{
<p class="mt-3">Um dich für dieses Event zu registrieren, muss man sich zuerst anmelden.</p>
<div class="gap-2">
<Login />
@* @if(PageState.Site.AllowRegistration)
{
<Register />
} *@
<UserProfile ShowRegister="true" />
</div>
}
@code {