Fix spacing in template

This commit is contained in:
Jan Losinski 2019-01-21 22:22:24 +01:00
parent b18a76ed28
commit 3e6b6f65ae
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
Punkow booked your appointment!
The details are:
{% for key,value in meta.items() %}
{%- for key,value in meta.items() %}
{{ key }}: {{ value }}
{% endfor %}
{%- endfor %}
You can change or cancel the appointment at:
{{ change_url }}