|
|
|
@ -45,8 +45,8 @@
|
|
|
|
|
</ul>
|
|
|
|
|
</nav>
|
|
|
|
|
<aside class="main-sidebar sidebar-dark-primary nav-compact elevation-4">
|
|
|
|
|
<a href="{{ url_for('.domain_list' if current_user.manager_of or current_user.global_admin else '.user_settings') }}" class="brand-link bg-primary">
|
|
|
|
|
<img src="{{ url_for('.static', filename='mailu.png') }}" width="33" height="33" alt="Mailu" class="brand-image mailu-logo img-circle elevation-3">
|
|
|
|
|
<a href="{{ url_for('.domain_list' if current_user.manager_of or current_user.global_admin else '.user_settings') }}" class="brand-link bg-mailu-logo"{% if config["LOGO_BACKGROUND"] %} style="background-color:{{ config["LOGO_BACKGROUND"] }}!important;"{% endif %}>
|
|
|
|
|
<img src="{{ config["LOGO_URL"] if config["LOGO_URL"] else url_for('.static', filename='mailu.png') }}" width="33" height="33" alt="Mailu" class="brand-image mailu-logo img-circle elevation-3">
|
|
|
|
|
<span class="brand-text font-weight-light">{{ config["SITENAME"] }}</span>
|
|
|
|
|
</a>
|
|
|
|
|
{%- include "sidebar.html" %}
|
|
|
|
@ -66,7 +66,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
</section>
|
|
|
|
|
<div class="content">
|
|
|
|
|
{{ utils.flashed_messages(container=False) }}
|
|
|
|
|
{{ utils.flashed_messages(container=False, default_category='success') }}
|
|
|
|
|
{%- block content %}{%- endblock %}
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|