Merge branch 'master' into dist/envole/6/master

This commit is contained in:
Arnaud Fornerot 2020-07-22 13:39:52 +02:00
commit 30eb0d07e2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{% set logo = "transnum-logo.png" %}
{% set logo = "" %}
{% set fgheader = "" %}
{% set header = "" %}

View File

@ -3,7 +3,7 @@
{% block pagewrapper %}
<div style="width: 400px;margin: auto;text-align: center;margin-top: 100px;">
<a href="{{ path("cadoles_core_home") }}">
<img id="logo" src="/{{ alias }}/{{ app.session.get('logo') }}">
<img id="logo" src="/{{ alias }}/{{ app.session.get('logo') }}" style="max-width: 100%; max-height:100px;">
<h1>{{ app.session.get('appname') }}</h1>
</a>