mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Add Settings page: Move theme & lang changer to settings page
This commit is contained in:
parent
18ed90fb7e
commit
729f9e0039
17 changed files with 265 additions and 44 deletions
|
|
@ -4,7 +4,7 @@
|
|||
{% block title %}{% trans "Instance" %} - {{ vname }}{% endblock %}
|
||||
{% block content %}
|
||||
{% include 'pleasewaitdialog.html' %}
|
||||
{% if bottom_bar %}
|
||||
{% if bottom_bar == 'True' %}
|
||||
<nav class="navbar navbar-expand-sm fixed-bottom navbar-light bg-light">
|
||||
<div class="container">
|
||||
<a class="navbar-brand" href="#">{% trans 'HOST' %}</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue