Skip to content

Commit

Permalink
#551 amélioration lien tickets (#1577)
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz authored Dec 30, 2024
1 parent 3bacbd3 commit 06a24c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Resources/views/event/ticket/ticket.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
{% endif %}

{% if app.user.lastSubscription < date() %}
<p><strong>{{ "Attention votre cotisation est expirée. Pour souscrire des places au tarif afup, renouvelez votre cotisation dans le <a href='%url%'>back-office</a>."|trans({'%url%': url('admin_login' ) })|raw }}</strong></p>
<p><strong>{{ "Attention votre cotisation est expirée. Pour souscrire des places au tarif afup, renouvelez votre cotisation dans le <a href='%url%'>back-office</a>."|trans({'%url%': url('member_membership_fee' ) })|raw }}</strong></p>
{% elseif app.user.lastSubscription < event.dateEnd %}
<p><strong>{{ "Attention votre cotisation ne sera plus valable le jour de l'évènement. Vous pouvez commander des billets au tarif AFUP mais vous devrez renouveler votre cotisation pour pouvoir accéder à l'évènement."|trans }}</strong></p>
{% endif %}
Expand Down

0 comments on commit 06a24c2

Please sign in to comment.