mirror of
https://github.com/janLo/punkow
synced 2026-06-19 15:38:00 +00:00
Fix spacing in template
This commit is contained in:
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user