From 7a56af29566e6906164bc8cfb191e668daf15c22 Mon Sep 17 00:00:00 2001
From: FSMPI Admin-Team <admin@fsmpi.rwth-aachen.de>
Date: Fri, 5 May 2017 03:44:02 +0200
Subject: [PATCH] Use protocol.get_time in reminder, as that exists

ref #113
---
 templates/reminder-mail.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/reminder-mail.txt b/templates/reminder-mail.txt
index 39237a3..d2b7dc8 100644
--- a/templates/reminder-mail.txt
+++ b/templates/reminder-mail.txt
@@ -1,4 +1,4 @@
-Die nächste {{protocol.protocoltype.name}} findet am {{protocol.date|datify}} um {{protocol.protocoltype.get_time()|timify}} statt.
+Die nächste {{protocol.protocoltype.name}} findet am {{protocol.date|datify}} um {{protocol.get_time()|timify}} statt.
 {% for meta in protocol.metas %}
 {{meta.name}}: {{meta.value}}
 {% endfor %}
-- 
GitLab