Skip to content

Commit 014824f

Browse files
authored
fix(events): remove Covid-19 information (#2255)
1 parent 8385499 commit 014824f

File tree

2 files changed

+0
-18
lines changed

2 files changed

+0
-18
lines changed

src/views/events/Apply.vue

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,14 +92,6 @@
9292
<p class="help is-danger" v-if="errors.agreed_to_privacy_policy">{{ errors.agreed_to_privacy_policy.join(', ') }}</p>
9393
</div>
9494

95-
<div class="field notification is-warning">
96-
<label class="label">COVID-19 warning</label>
97-
<p>
98-
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!
99-
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.
100-
</p>
101-
</div>
102-
10395
<div class="field">
10496
<button type="submit" class="button is-primary">
10597
Save application!

src/views/events/Edit.vue

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,6 @@
3333
</div>
3434

3535
<form @submit.prevent="saveEvent()">
36-
<div class="field notification is-warning">
37-
<label class="label">COVID-19 restrictions</label>
38-
<p>
39-
Please follow the advice of local authorities for organising public events!
40-
</p><p>
41-
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.
42-
</p><p>
43-
If it is needed, you are allowed to expel participants who don't follow the rules after clear instructions.
44-
</p>
45-
</div>
4636
<div class="notification is-info" v-if="!$route.params.id">
4737
<div class="content">
4838
<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>

0 commit comments

Comments
 (0)