Skip to content

Commit

Permalink
Fix exchange market link
Browse files Browse the repository at this point in the history
  • Loading branch information
odolbeau committed Jul 5, 2024
1 parent 30ed8d5 commit d0c9289
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/profile/registrations.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
{% else %}
<div class="alert bg-danger-subtle mb-0">
L'évènement démarre bientôt, ton inscription ne peut plus être annulée.
{% if event.exchangeMarketLink is not null %}
<br />En revanche, peut-être que tu trouveras preneur pour tes places sur <a href="{{ event.exchangeMarketLink }}" rel="nofollow">la bourse aux échanges</a> !
{% if registration.event.exchangeMarketLink is not null %}
<br />En revanche, peut-être que tu peux proposer tes places sur <a href="{{ registration.event.exchangeMarketLink }}" rel="nofollow">la bourse aux échanges</a> !
{% endif %}
</div>
{% endif %}
Expand Down

0 comments on commit d0c9289

Please sign in to comment.