From 3e6b6f65aef95ffe7c2a9ba443a0e3aeb72bc5bc Mon Sep 17 00:00:00 2001 From: Jan Losinski Date: Mon, 21 Jan 2019 22:22:24 +0100 Subject: [PATCH] Fix spacing in template --- punkow/service/email_templates/success.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/punkow/service/email_templates/success.txt b/punkow/service/email_templates/success.txt index 210cc90..9799aa2 100644 --- a/punkow/service/email_templates/success.txt +++ b/punkow/service/email_templates/success.txt @@ -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 }}