Add SHOW_BLOCK_ALERT config option.
This commit is contained in:
parent
95d69ef302
commit
3d113a593c
2 changed files with 15 additions and 6 deletions
|
|
@ -17,10 +17,12 @@
|
|||
<body>
|
||||
{% block nav %}{{ navbar() }}{% endblock %}
|
||||
|
||||
<div class="p-2">
|
||||
{{ local_block_alert() }}
|
||||
{{ global_block_alert() }}
|
||||
</div>
|
||||
{% if config.SHOW_BLOCK_ALERT %}
|
||||
<div class="p-2">
|
||||
{{ local_block_alert() }}
|
||||
{{ global_block_alert() }}
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
{% block content %}{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue