From 3ac3b86b4e93dc24bc647c288ad39673917a5561 Mon Sep 17 00:00:00 2001
From: Julian Leucker <leuckerj@gmail.com>
Date: Sun, 5 May 2019 13:01:13 +0200
Subject: [PATCH] Django Link

---
 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 ce62e6c5a..c2b34b954 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" href="/timetable/class.pdf">
+            <a class="waves-effect waves-teal btn-flat btn-flat-medium right" href="{% url "timetable_substitutions_pdf %}">
                 <i class="material-icons center">print</i>
             </a>
         </div>
-- 
GitLab