From 62910c02f229b571d20a5f728d6e77d4e4a2f28b Mon Sep 17 00:00:00 2001 From: Frank Lanitz Date: Wed, 14 Aug 2013 19:43:05 +0200 Subject: [PATCH] Emailtemplate adjusted to fit with long text --- templates/email/template.mustache | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/templates/email/template.mustache b/templates/email/template.mustache index 9b81ca8..017420f 100644 --- a/templates/email/template.mustache +++ b/templates/email/template.mustache @@ -3,8 +3,11 @@ Hallo Hacker, Wie gewohnt das Kulturprogramm für kommende Woche: {{#events}} -{{startdate}}: {{heading}} - {{text}} +{{startdate}} {{starttime}}: {{heading}} +-------------- +{{text}} + + {{/events}}