Set locale to en_GB for dates in emails
[cds-indico.git] / indico / modules / rb / templates / emails / reservations / occurrence_rejection_email_to_user.txt
blob41e8fae45d113d379c3f6d190e3622a0adf27b14
1 {% extends 'rb/emails/reservations/base_email_to_user.txt' %}
3 {% block body -%}
4 Your booking has been REJECTED by the manager of the room for the {{ occurrence.start_dt | format_date(locale='en_GB') }}.
6 Rejection reason:
7 {{ occurrence.rejection_reason }}
9 {% include 'rb/emails/reservations/reservation_info.txt' %}
10 {%- endblock %}