forked from audrey/intranet
default alert color to primary if invalid
This commit is contained in:
parent
d2526830a7
commit
daedd50cf4
@ -45,7 +45,7 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
{% set motdLevel = "info" %}
|
{% set motdLevel = "info" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="alert alert-{{ motdLevel }} alert-dismissible fade show" role="alert" style="margin-bottom:0;">
|
<div class="alert alert-primary alert-{{ motdLevel }} alert-dismissible fade show" role="alert" style="margin-bottom:0;">
|
||||||
<div class="row justify-content-end">
|
<div class="row justify-content-end">
|
||||||
<div class="col-12 justify-content-center">
|
<div class="col-12 justify-content-center">
|
||||||
<p class="text-center">{{ motd }}</p>
|
<p class="text-center">{{ motd }}</p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user