From 7a4ee8666bd53832d51749c00a2a0402abd7801c Mon Sep 17 00:00:00 2001
From: Jonathan Weth <git@jonathanweth.de>
Date: Fri, 30 Aug 2019 13:36:58 +0200
Subject: [PATCH] Work at cache

---
 biscuit/apps/mensa/templates/menu/index.html  | 1 +
 biscuit/apps/mensa/templates/menu/upload.html | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/biscuit/apps/mensa/templates/menu/index.html b/biscuit/apps/mensa/templates/menu/index.html
index e019f7c..0b1adda 100755
--- a/biscuit/apps/mensa/templates/menu/index.html
+++ b/biscuit/apps/mensa/templates/menu/index.html
@@ -1,4 +1,5 @@
 {% include 'partials/header.html' %}
+{% load msg_box %}
 
 <main>
     {% if msg == "success" %}
diff --git a/biscuit/apps/mensa/templates/menu/upload.html b/biscuit/apps/mensa/templates/menu/upload.html
index 5e1c539..34ce296 100755
--- a/biscuit/apps/mensa/templates/menu/upload.html
+++ b/biscuit/apps/mensa/templates/menu/upload.html
@@ -1,4 +1,6 @@
 {% include 'partials/header.html' %}
+{% load msg_box %}
+
 <main>
     <h5>Speiseplan hochladen</h5>
     <form method="post" enctype="multipart/form-data">
-- 
GitLab