mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Message also in v2.
This commit is contained in:
parent
8832387b84
commit
aba56b331d
@ -40,3 +40,18 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if upgrade_security_message and upgrade_security_level %}
|
||||||
|
<div class="row">
|
||||||
|
<div class="col">
|
||||||
|
<!-- alert from URL -->
|
||||||
|
<div class="alert alert-{{ upgrade_security_level }}">
|
||||||
|
<h5><span class="fas fa-exclamation-triangle"></span> {{ ('flash_'~upgrade_security_level)|_ }}</h5>
|
||||||
|
<span>
|
||||||
|
{{ upgrade_security_message }}
|
||||||
|
</span>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
{% endif %}
|
Loading…
Reference in New Issue
Block a user