From bf6da3d9987f3de16449e9082078c3ab216b90c0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Benjamin=20H=C3=A4ttasch?=
 <benjamin.haettasch@fachschaft.informatik.tu-darmstadt.de>
Date: Tue, 19 May 2020 09:34:04 +0200
Subject: [PATCH] Fix moved message template submission not configured view

Fix #79
---
 .../templates/AKSubmission/submission_not_configured.html       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AKSubmission/templates/AKSubmission/submission_not_configured.html b/AKSubmission/templates/AKSubmission/submission_not_configured.html
index 48de5f60..f6370a27 100644
--- a/AKSubmission/templates/AKSubmission/submission_not_configured.html
+++ b/AKSubmission/templates/AKSubmission/submission_not_configured.html
@@ -14,7 +14,7 @@
 {% block content %}
     <h1>{{ event.name }}</h1>
 
-    {% include "AKSubmission/messages.html" %}
+    {% include "messages.html" %}
 
     <div class="alert alert-warning" style="margin-top:20px;margin-bottom: 20px;">
             {% trans "System is not yet configured for AK submission and listing. Please try again later." %}
-- 
GitLab