Set locale to en_GB for dates in emails
[cds-indico.git] / indico / modules / rb / templates / emails / reservations / occurrence_cancellation_email_to_user.txt
blob47ed9e9eafec953000a1d3876b858d2d97c1761d
1 {% extends 'rb/emails/reservations/base_email_to_user.txt' %}
3 {% block body -%}
4 You have CANCELLED an occurrence of your booking on {{ occurrence.start_dt | format_date(locale='en_GB') }}.
6 {% include 'rb/emails/reservations/reservation_info.txt' %}
7 {%- endblock %}