allow to customize logo on login screen and main layout

This commit is contained in:
2019-10-23 12:26:44 +02:00
parent 4f5b3b9cdf
commit 5027228a20
6 changed files with 11 additions and 3 deletions

View File

@@ -28,8 +28,8 @@
</head>
<body>
<div id="content">
<img class="logo" src="{{ asset('build/images/logo-chill-outil-accompagnement_white.png') }}">
{{ include('@ChillMain/Login/_login-logo.html.twig') }}
{% if error is not null %}
<p>{{ error.message|trans }}</p>
{% endif %}