diff --git a/web/app/static/css/materialize.fix.sidenav-fixed.css b/web/app/static/css/materialize.sidenav-fixed.css similarity index 100% rename from web/app/static/css/materialize.fix.sidenav-fixed.css rename to web/app/static/css/materialize.sidenav-fixed.css diff --git a/web/app/static/css/materialize.fix.sticky-footer.css b/web/app/static/css/materialize.sticky-footer.css similarity index 100% rename from web/app/static/css/materialize.fix.sticky-footer.css rename to web/app/static/css/materialize.sticky-footer.css diff --git a/web/app/templates/nopaque.html.j2 b/web/app/templates/nopaque.html.j2 index 80ad189c..824a61fa 100644 --- a/web/app/templates/nopaque.html.j2 +++ b/web/app/templates/nopaque.html.j2 @@ -13,14 +13,14 @@ {{ super() }} {% endblock metas %} -{% block title %}{% if request.path != url_for('main.index') and title is defined %}{{title}} | {% endif %}nopaque{% endblock title %} +{% block title %}{{title}}{% endblock title %} {% block styles %} {{ super() }} {% if current_user.is_authenticated %} - + {% endif %} - +