summaryrefslogtreecommitdiff
path: root/templates/chimere/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/chimere/base.html')
-rw-r--r--templates/chimere/base.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/chimere/base.html b/templates/chimere/base.html
index 61abe38..3943220 100644
--- a/templates/chimere/base.html
+++ b/templates/chimere/base.html
@@ -32,6 +32,10 @@
{% endblock %}
{% endblock %}
{% block content %}
+<div id='message' class="alert alert-info">
+ <a href="#" class="close" data-hide='alert' aria-label="close">&times;</a>
+ <div class='content'></div>
+</div>
{% block top %}{% endblock %}
{% block message_map %}{% endblock %}
{% block message_edit %}{% endblock %}