-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Dépôt de besoin : détail : template pour le message affiché aux utili…
…sateurs SIAE sans structures (#1060)
- Loading branch information
Showing
3 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
lemarche/templates/tenders/_detail_siae_user_without_siae.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<div class="alert alert-info" role="alert"> | ||
<p class="mb-1"> | ||
<i class="ri-lightbulb-line ri-lg"></i> | ||
<strong>Comment contacter le client ?</strong> | ||
</p> | ||
<p class="mb-0"> | ||
Pour accéder aux coordonnées du client, veuillez d'abord vous <a id="add-siae-btn" href="{% url 'dashboard_siaes:siae_search_by_siret' %}">rattacher à votre structure</a>. | ||
</p> | ||
<p> | ||
Besoin d'aide ? contacter le support via le chat en ligne qui se trouve en bas à droite. | ||
</p> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters