From bf1c2f097aa2bfa0a3b934b8d4db18b2cdd00d1e Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Tue, 7 Mar 2017 14:45:32 +0100
Subject: [PATCH] /close #42

---
 templates/protocol-mail.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/protocol-mail.txt b/templates/protocol-mail.txt
index c36fb49..661f4ac 100644
--- a/templates/protocol-mail.txt
+++ b/templates/protocol-mail.txt
@@ -5,7 +5,7 @@ Datum: {{protocol.date|datify_long}}
 Zeit: von {{protocol.start_time|timify}} bis {{protocol.end_time|timify}}
 {% endif %}
 {% for meta in protocol.meta %}
-{{meta.name}}: meta.value
+{{meta.name}}: {{meta.value}}
 {% endfor %}
 
 Die Tagesordnung ist:
-- 
GitLab