Skip to content

Commit

Permalink
fix(events): remove Covid-19 information (#2255)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonVreling authored Dec 6, 2024
1 parent 8385499 commit 014824f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
8 changes: 0 additions & 8 deletions src/views/events/Apply.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,6 @@
<p class="help is-danger" v-if="errors.agreed_to_privacy_policy">{{ errors.agreed_to_privacy_policy.join(', ') }}</p>
</div>

<div class="field notification is-warning">
<label class="label">COVID-19 warning</label>
<p>
Please respect all the local rules and be aware that they might differ from what you are used to. Always carry a mask, listen to organisers and stick to social distancing and other safety rules. Also, be aware that your event might get cancelled or have issues with mobility!
The <a href="https://reopen.europa.eu/" target="_blank" rel="noopener noreferrer">Re-open EU</a> website may help you identifying legal obligations if you cross a border.
</p>
</div>

<div class="field">
<button type="submit" class="button is-primary">
Save application!
Expand Down
10 changes: 0 additions & 10 deletions src/views/events/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@
</div>

<form @submit.prevent="saveEvent()">
<div class="field notification is-warning">
<label class="label">COVID-19 restrictions</label>
<p>
Please follow the advice of local authorities for organising public events!
</p><p>
Take into account the social distancing requirements and make sure you don't exceed the number of people allowed in the same place. Also, cleaning and sanitary measures must be respected.
</p><p>
If it is needed, you are allowed to expel participants who don't follow the rules after clear instructions.
</p>
</div>
<div class="notification is-info" v-if="!$route.params.id">
<div class="content">
<p>If you want to upload the image, please add it after creating the event by going to "Edit event" and uploading it there.</p>
Expand Down

0 comments on commit 014824f

Please sign in to comment.