From 0054e08bec69610d86e07d303f18184a0a3ae3aa Mon Sep 17 00:00:00 2001
From: Frank Poetzsch-Heffter <p-h@katharineum.de>
Date: Mon, 11 Nov 2019 18:43:32 +0100
Subject: [PATCH] without last page

---
 schoolapps/timetable/templates/timetable/latex/header.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/schoolapps/timetable/templates/timetable/latex/header.tex b/schoolapps/timetable/templates/timetable/latex/header.tex
index 5e7f71f7c..1f80f9705 100644
--- a/schoolapps/timetable/templates/timetable/latex/header.tex
+++ b/schoolapps/timetable/templates/timetable/latex/header.tex
@@ -47,7 +47,7 @@ enlarge bottom by=3pt,coltext=white}
 
 % Define footer
 \lfoot{Katharineum zu Lübeck}
-\cfoot{\thepage\ von \pageref{LastPage}}
+\cfoot{\thepage}%\ von \pageref{LastPage}}
 \rfoot{\small Umsetzung: © 2018--2019 by Computer-AG}
 \rhead{\textbf{
 Vertretungen }\\
@@ -60,4 +60,4 @@ Stand: {% now "j. F Y H:i" %}\\
 \providecommand{\tightlist}{%
   \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}}
 
-\begin{document}
\ No newline at end of file
+\begin{document}
-- 
GitLab