aboutsummaryrefslogtreecommitdiff
path: root/app/templates/base.html
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-12-22 13:14:08 +0000
committerrubenwardy <rw@rubenwardy.com>2018-12-22 13:14:08 +0000
commitd61f77a805a28b1d5dcbb759f6a75825f2e5d44f (patch)
treeadfa794159e02a00152f32c72d82b707c39068a5 /app/templates/base.html
parentf6384e2e156b190753b8ba5c57e66b6d7304b5a1 (diff)
downloadcheatdb-d61f77a805a28b1d5dcbb759f6a75825f2e5d44f.tar.xz
Improve claim page
Diffstat (limited to 'app/templates/base.html')
-rw-r--r--app/templates/base.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/templates/base.html b/app/templates/base.html
index b49b47d..919e591 100644
--- a/app/templates/base.html
+++ b/app/templates/base.html
@@ -95,7 +95,7 @@
{% if messages %}
<ul id="alerts">
{% for category, message in messages %}
- <li class="box box_grey alert alert-{{category}}">
+ <li class="alert alert-{{category}} container">
<span class="icon_message"></span>
{{ message|safe }}