We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87733fe commit 1fde478Copy full SHA for 1fde478
collectives/templates/event/event.html
@@ -290,7 +290,7 @@ <h3 class="heading-3"> Inscrits {{event.num_taken_slots()}} / {{event.num_slots}
290
{% elif not event.is_confirmed() %}
291
<p>Inscriptions indisponibles actuellement.</p>
292
{% elif (event.num_online_slots == 0 and event.num_waiting_list == 0) or not event.has_defined_registration_date() %}
293
- <p>Il n'y a pas d'inscription par Internet pour cette événement</p>
+ <p>Il n'y a pas d'inscription par Internet pour cet événement</p>
294
{% elif current_time < event.registration_open_time %}
295
{% if payment_item_choice_form and payment_item_choice_form.item_price.choices %}
296
<p>Cet événement sera payant; sous réserve de changement, les tarifs suivants vous seront proposés :
0 commit comments