modified: remarkbox_westworld/templates/base.j2
This commit is contained in:
parent
a38be84403
commit
0369cb9e55
1 changed files with 7 additions and 1 deletions
|
|
@ -26,10 +26,16 @@
|
|||
|
||||
<body>
|
||||
|
||||
<noscript>
|
||||
<style>
|
||||
.js-only {display: none;}
|
||||
</style>
|
||||
</noscript>
|
||||
|
||||
<div id="alerts">
|
||||
{%- for message, level in request.session.pop_flash() %}
|
||||
<div class="alert alert-{{level}}" onclick="this.style.display='none'" name="alert">
|
||||
<label class="close" alt="dismiss" title="dismiss">x</label>
|
||||
<label class="close js-only" alt="dismiss" title="dismiss">x</label>
|
||||
{{message}}
|
||||
</div>
|
||||
{%- endfor %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue