-
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.
- Loading branch information
1 parent
e53e80b
commit 85abdf2
Showing
7 changed files
with
86 additions
and
2 deletions.
There are no files selected for viewing
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
6 changes: 6 additions & 0 deletions
6
lemarche/templates/tenders/_detail_cocontracting_click_confirm.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,6 @@ | ||
<div class="alert alert-success mt-3 mt-lg-0" role="alert"> | ||
<p class="mb-0 fs-sm"> | ||
Nous avons bien pris en compte votre demande de mise en relation. | ||
Notre équipe revient vers vous dans les plus brefs délais. | ||
</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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<div id="detail_cocontracting_container" class="mt-3"> | ||
<div class="card c-card rounded-lg shadow-lg"> | ||
<div class="card-body"> | ||
<h3>Répondre en co-traitance ?</h3> | ||
|
||
<p>Notre équipe vous met en relation avec d’autres structures désireuses de répondre en co-traitance.</p> | ||
|
||
{% if user.is_authenticated %} | ||
<button type="button" class="btn btn-primary btn-block" title="Être mis en relation" hx-post="{% url 'tenders:detail-cocontracting-click' tender.slug %}" hx-target="#detail_cocontracting_container"> | ||
Être mis en relation | ||
</button> | ||
{% else %} | ||
<button type="button" class="btn btn-primary btn-block" title="Être mis en relation"> | ||
Être mis en relation pour {{ siae_id }} | ||
</button> | ||
{% endif %} | ||
</div> | ||
</div> | ||
</div> |
8 changes: 8 additions & 0 deletions
8
lemarche/templates/tenders/cocontracting_notification_email_admin_body.txt
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,8 @@ | ||
La structure {{ siae_name|safe }} souhaite répondre en co-traitance | ||
|
||
Titre : {{ tender_title|safe }} | ||
Type : {{ tender_kind|safe }} | ||
Contact email de l'ESI: {{ siae_contact_email|safe }} | ||
SIRET : {{ siae_siret|safe }} | ||
|
||
Lien dans l'admin : {{ tender_admin_url }} |
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
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