From 2da3aaa6f3212c5b4a0bdac661a2f44367ee38fb Mon Sep 17 00:00:00 2001
From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de>
Date: Thu, 1 Mar 2018 15:35:24 +0100
Subject: [PATCH] Add link to the protocol to finishing reminder

---
 templates/remind-finishing-mail.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/templates/remind-finishing-mail.txt b/templates/remind-finishing-mail.txt
index 7131f1d..0162c73 100644
--- a/templates/remind-finishing-mail.txt
+++ b/templates/remind-finishing-mail.txt
@@ -1,6 +1,9 @@
 Das Protokoll {{protocol.protocoltype.name}} vom {{protocol.date|datify}} ist, obwohl diese Sitzung bereits {{delay_days}} Tage in der Vergangenheit liegt, noch nicht fertig.
 Bitte erledigt dies.
 
+Ihr findet das Protokoll hier:
+{{url_for("show_protocol", protocol_id=protocol.id, _external=True)}}
+
 Falls die Sitzung nicht stattgefunden hat, könnt ihr sie ohne Protokoll schließen oder von den Admins löschen lassen.
 Sollte sie stattgefunden haben, stellt bitte das Protokoll fertig.
 
-- 
GitLab