Kurzanmeldungen
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
import AppLayout from "../../../../resources/js/layouts/AppLayout.vue";
|
||||
import ShadowedBox from "../../../Views/Components/ShadowedBox.vue";
|
||||
import SignupForm from './Partials/SignUpForm/SignupForm.vue'
|
||||
import ShortSignupForm from './Partials/ShortSignUpForm/ShortSignupForm.vue'
|
||||
import FullScreenModal from "../../../Views/Components/FullScreenModal.vue";
|
||||
import AvailableEvents from "./Partials/AvailableEvents.vue";
|
||||
import {ref} from "vue";
|
||||
@@ -98,8 +99,13 @@ function close() {
|
||||
<hr class="signup-divider" />
|
||||
|
||||
<div class="signup-body">
|
||||
<ShortSignupForm
|
||||
v-if="props.event.registrationAllowed && props.event.shortRegistration"
|
||||
:event="props.event"
|
||||
:participantData="props.participantData ?? {}"
|
||||
/>
|
||||
<SignupForm
|
||||
v-if="props.event.registrationAllowed"
|
||||
v-else-if="props.event.registrationAllowed"
|
||||
:event="props.event"
|
||||
:participantData="props.participantData ?? {}"
|
||||
:localGroups="props.localGroups ?? []"
|
||||
|
||||
Reference in New Issue
Block a user