Set locale to en_GB for dates in emails
[cds-indico.git] / indico / modules / rb / templates / emails / reservations / occurrence_cancellation_email_to_vc_support.txt
blobc8ffc2ccc00b5735a3b8a7a0ea59df81f8ec5120
1 {% extends 'rb/emails/reservations/base_email_to_vc_support.txt' %}
3 {% block body -%}
4 An occurrence of a booking has been CANCELLED for the {{ occurrence.start_dt | format_date(locale='en_GB') }}.
5 {%- endblock %}