We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b1256 commit 8982c91Copy full SHA for 8982c91
1 file changed
recoco/templates/default_site/account/layout/layout.html
@@ -23,6 +23,13 @@
23
{% endblock css %}
24
<div class="layout-form container">
25
<div class="banner text-center">
26
+ {% comment %} TODO ADD site_config in context {% endcomment %}
27
+ {% if site_config.logo_small %}
28
+ <img src="{{ site_config.logo_small.url }}"
29
+ width="10%"
30
+ height="auto"
31
+ alt="Logo {{ request.site.name }}" />
32
+ {% endif %}
33
<h2 class="fr-mb-8w h2-rework">
34
<strong>{{ title }}</strong>
35
<br>
0 commit comments