From 92525c48740f35f5b68fffa528f394dc4208ef0d Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Wed, 15 Mar 2017 01:02:48 +0100 Subject: [PATCH] =?UTF-8?q?Label=20open=20protocols=20as=20"N=C3=A4chste?= =?UTF-8?q?=20Sitzungen"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /close #46 --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index d637666..7cae377 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,7 +7,7 @@ <div class="row"> <div id="left-column" class="col-lg-6"> {% endif %} - <h3>Anstehende Sitzungen + <h3>Nächste Sitzungen {% if check_login() %} <a href="{{url_for("new_protocol")}}">Neu</a> {% endif %} -- GitLab