From 79e95d6d07c4dc55e6ca0d0266b6084a41c415b0 Mon Sep 17 00:00:00 2001
From: Magnus Giesbert <magnus@fsmpi.rwth-aachen.de>
Date: Sun, 6 Feb 2022 01:14:12 +0100
Subject: [PATCH] use `get_time()` to get the correct start time instead of
 only the usual start time per `protocol.protocoltype.usual_time`.

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

diff --git a/templates/protocol-template.txt b/templates/protocol-template.txt
index ff2efce..8a4d1fd 100644
--- a/templates/protocol-template.txt
+++ b/templates/protocol-template.txt
@@ -1,5 +1,5 @@
 #Datum;{{protocol.date|datify_short}}
-#Beginn;{{protocol.protocoltype.usual_time|timify_short}}
+#Beginn;{{protocol.get_time()|timify_short}}
 #Ende;
 {% for meta in protocol.metas %}
 #{{meta.name}};{{meta.value}}
-- 
GitLab