Skip to content

Commit

Permalink
chore(SUs): update fee to be in line with current maximal (#2268)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonVreling authored Dec 30, 2024
1 parent 2ba7d01 commit 9f818b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/summeruniversity/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
</div>

<!-- TODO: If larger than max, show warning that higher fee can only be set by SUCT -->
<!-- TODO: Have two inputs, one without a maximum for people with the proper permission and one with the maximum based on duration (max 14 euros per night) -->
<!-- TODO: Have two inputs, one without a maximum for people with the proper permission and one with the maximum based on duration (max 19 euros per night) -->
<div class="field" v-if="!event.status || event.status === 'first draft' || can.editFee">
<label class="label">Fee <span class="has-text-danger">*</span></label>
<div class="control">
Expand Down Expand Up @@ -746,7 +746,7 @@
- We are able to provide meals 2x per day, also to people with specific dietary needs.<br />
- We are able to provide accommodation for all the nights of the event for every participant.<br />
- We are able to provide 2 hours of tuition per night on average.<br />
- We are able to provide all the activities with the participation fee of 14 EUR per night (excluding the optional fee and its activities).</p>
- We are able to provide all the activities with the participation fee of 19 EUR per night (excluding the optional fee and its activities).</p>
</div>
</div>

Expand Down

0 comments on commit 9f818b4

Please sign in to comment.