From 319a60f5940b43133b930af28063d8c4c55bdd2f Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Sun, 12 Jan 2020 20:17:04 +0100
Subject: [PATCH] Add timetable.css to substitution.html

---
 aleksis/apps/chronos/templates/chronos/substitution.html | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/aleksis/apps/chronos/templates/chronos/substitution.html b/aleksis/apps/chronos/templates/chronos/substitution.html
index ea91da3d..a19edf87 100644
--- a/aleksis/apps/chronos/templates/chronos/substitution.html
+++ b/aleksis/apps/chronos/templates/chronos/substitution.html
@@ -1,6 +1,10 @@
 {% extends 'core/base.html' %}
 
-{% load i18n %}
+{% load i18n static %}
+
+{% block extra_head %}
+  <link rel="stylesheet" href="{% static 'css/chronos/timetable.css' %}">
+{% endblock %}
 
 {% block content %}
   <script type="text/javascript">
-- 
GitLab