Skip to content

Commit 8982c91

Browse files
committed
fix(layout-invite): add site logo on page
1 parent 97b1256 commit 8982c91

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

  • recoco/templates/default_site/account/layout

recoco/templates/default_site/account/layout/layout.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
{% endblock css %}
2424
<div class="layout-form container">
2525
<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 %}
2633
<h2 class="fr-mb-8w h2-rework">
2734
<strong>{{ title }}</strong>
2835
<br>

0 commit comments

Comments
 (0)