From 601bf97fd1fac61918a7155ca02e4a80607bd5a7 Mon Sep 17 00:00:00 2001
From: Frank Poetzsch-Heffter <p-h@katharineum.de>
Date: Fri, 4 Oct 2019 08:51:10 +0200
Subject: [PATCH] =?UTF-8?q?rename=20class=20to=20aktuell=20in=20generate?=
 =?UTF-8?q?=5Fpdf,=20exclude=20flags=20b=20(Verf=C3=BCgungsstunde)=20and?=
 =?UTF-8?q?=20F=20(Lehrerfrei)=20in=20get=5Fsubstituitions=5Fby=5Fdate?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 biscuit/apps/chronos/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/biscuit/apps/chronos/views.py b/biscuit/apps/chronos/views.py
index 4a23163e..f44a5acd 100755
--- a/biscuit/apps/chronos/views.py
+++ b/biscuit/apps/chronos/views.py
@@ -336,7 +336,7 @@ def sub_pdf(request, plan_date=None):
         tex = generate_class_tex(sub_table, date, header_info, hints)
 
         # Generate PDF
-        generate_pdf(tex, "class{}".format(i))
+        generate_pdf(tex, "aktuell{}".format(i))
 
     # Merge PDFs
     try:
-- 
GitLab