diff --git a/src/views/summeruniversity/Edit.vue b/src/views/summeruniversity/Edit.vue index bb5f74ad6..a68c110c2 100644 --- a/src/views/summeruniversity/Edit.vue +++ b/src/views/summeruniversity/Edit.vue @@ -88,6 +88,7 @@ +

{{ errors.season.join(', ') }}

@@ -123,7 +124,7 @@ - +
@@ -746,7 +747,7 @@ - We are able to provide meals 2x per day, also to people with specific dietary needs.
- We are able to provide accommodation for all the nights of the event for every participant.
- We are able to provide 2 hours of tuition per night on average.
- - We are able to provide all the activities with the participation fee of 19 EUR per night (excluding the optional fee and its activities).

+ - We are able to provide all the activities with the participation fee of 19.23 EUR per night (excluding the optional fee and its activities).

diff --git a/src/views/summeruniversity/EditSecond.vue b/src/views/summeruniversity/EditSecond.vue index ffd3e9031..b74fbefe2 100644 --- a/src/views/summeruniversity/EditSecond.vue +++ b/src/views/summeruniversity/EditSecond.vue @@ -63,7 +63,8 @@ - + +

{{ errors.season.join(', ') }}

diff --git a/src/views/summeruniversity/List.vue b/src/views/summeruniversity/List.vue index dddef52bc..77a86858f 100644 --- a/src/views/summeruniversity/List.vue +++ b/src/views/summeruniversity/List.vue @@ -34,7 +34,8 @@ - + + @@ -166,7 +167,7 @@ export default { eventTypes, eventTypesNames: constants.SUMMERUNIVERSITY_TYPES_NAMES, applicationStatuses, - season: 2024, + season: 2025, isLoading: { events: false, permissions: false