Skip to content

Commit

Permalink
include inside tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
madjid-asa committed Feb 14, 2024
1 parent 06bdfc8 commit 3173ae7
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ <h1 class="h1 mb-3 mb-lg-5 d-flex justify-content-between">
</div>
</div>
</section>
{% include "includes/_super_siae_arguments_badge.html" %}

{% endblock %}

{% block modals %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ <h1 class="mb-3 mb-lg-5">Mes adhérents notifiés et intéressés par cette oppo
</div>
</div>
</section>
{% include "includes/_super_siae_arguments_badge.html" %}

{% endblock %}
2 changes: 1 addition & 1 deletion lemarche/templates/siaes/_card_tender.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% load static %}

<div class="card c-card siae-card super-esi-card {% if siae.super_badge %}super-badge-card{% endif %}">
<div class="card c-card siae-card {% if siae.super_badge %}super-badge-card{% endif %}">
<div class="card-header">
<div class="row">
<div class="col-auto">
Expand Down
2 changes: 2 additions & 0 deletions lemarche/templates/siaes/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ <h3 class="h2 m-0">
</div>
</div>
</section>
{% include "includes/_super_siae_arguments_badge.html" %}

{% endblock %}

{% block modals %}
Expand Down
2 changes: 2 additions & 0 deletions lemarche/templates/siaes/search_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,8 @@ <h1 class="h4 mb-0">
</div>
</div>
</section>
{% include "includes/_super_siae_arguments_badge.html" %}

{% endblock %}
{% block modals %}
{% include "auth/_login_or_signup_modal.html" %}
Expand Down
2 changes: 2 additions & 0 deletions lemarche/templates/tenders/siae_interested_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ <h1 class="mb-3 mb-lg-5">{{ siaes.count }} prestataire{{ siaes.count|pluralize }
{% endblock %}
</div>
</section>
{% include "includes/_super_siae_arguments_badge.html" %}

{% endblock %}


Expand Down

0 comments on commit 3173ae7

Please sign in to comment.