Skip to content

Commit

Permalink
siae offer and formset with image
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienReuiller committed Jul 24, 2024
1 parent 821ea99 commit 6e6ab9a
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 281 deletions.
4 changes: 2 additions & 2 deletions lemarche/templates/dashboard/siae_edit_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="fr-col-12 fr-col-lg-8">
{% dsfr_form_field form.description %}
<!-- Logo -->
<div class="fr-grid-row">
<div class="fr-grid-row fr-grid-row--gutters">
<div class="fr-col-12 fr-col-sm-6">
<div class="fr-input-group">
{{ form.logo_url.as_hidden }}
Expand All @@ -33,7 +33,7 @@
<img class="fr-responsive-img" src="{{ form.logo_url.value }}" />
</div>
{% else %}
<span class="fr-text--xs">Aucun</span>
<p class="fr-text--xs">Aucun</p>
{% endif %}
</div>
</div>
Expand Down
Loading

0 comments on commit 6e6ab9a

Please sign in to comment.