From 9ca3ccd29f45dfcbaa26e1ef35c042d04f4cfd02 Mon Sep 17 00:00:00 2001
From: Julian Leucker <leuckerj@gmail.com>
Date: Fri, 3 May 2019 17:27:24 +0200
Subject: [PATCH] Close issue #177

---
 schoolapps/timetable/templates/timetable/substitution.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/schoolapps/timetable/templates/timetable/substitution.html b/schoolapps/timetable/templates/timetable/substitution.html
index c89bb6ecf..ce62e6c5a 100755
--- a/schoolapps/timetable/templates/timetable/substitution.html
+++ b/schoolapps/timetable/templates/timetable/substitution.html
@@ -15,7 +15,7 @@
         <div class="col l4 xl6">
         </div>
         <div class="col s12 m6 l4 xl3 right align-right">
-            <a class="waves-effect waves-teal btn-flat btn-flat-medium right" id="print">
+            <a class="waves-effect waves-teal btn-flat btn-flat-medium right" href="/timetable/class.pdf">
                 <i class="material-icons center">print</i>
             </a>
         </div>
-- 
GitLab