mirror of https://github.com/janLo/punkow
Fix spacing in template
This commit is contained in:
parent
b18a76ed28
commit
3e6b6f65ae
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue