Skip to content
Snippets Groups Projects
Commit bf6da3d9 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Fix moved message template submission not configured view

Fix #79
parent 8bdbc2a4
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
{% block content %} {% block content %}
<h1>{{ event.name }}</h1> <h1>{{ event.name }}</h1>
{% include "AKSubmission/messages.html" %} {% include "messages.html" %}
<div class="alert alert-warning" style="margin-top:20px;margin-bottom: 20px;"> <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." %} {% trans "System is not yet configured for AK submission and listing. Please try again later." %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment