Add global banner message

This commit is contained in:
Raphael Michel
2018-03-07 15:28:03 +01:00
parent d058721243
commit ae861f080b
7 changed files with 52 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
{% extends "pretixcontrol/base.html" %}
{% load i18n %}
{% load rich_text %}
{% block title %}{% trans "System message" %}{% endblock %}
{% block content %}
<h1>{% trans "System message" %}</h1>
{{ global_settings.banner_message_detail|rich_text }}
{% endblock %}