1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

add log & alert messages for appsettings changes

This commit is contained in:
catborise 2020-05-25 22:23:33 +03:00 committed by catborise
parent 2d5c701789
commit c9d9fdb9e8
2 changed files with 50 additions and 18 deletions

View file

@ -11,6 +11,7 @@
<!-- /.row -->
{% include 'errors_block.html' %}
{% include 'messages_block.html' %}
<div class="">
<div class="col-lg-12">
@ -51,7 +52,7 @@
<option {% if bootstrap_theme.value == theme %}selected{% endif %} value="{{ theme }}">{{ theme }}</option>
{% endfor %}
</select>
<span class="text-muted">{% trans "After change please full refresh page with Ctrl + F5 "%}</span>
<span class="text-muted">{% trans "After change please full refresh page with 'Ctrl + F5' "%}</span>
</div>
</div>
</form>