-
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
Showing
3 changed files
with
32 additions
and
7 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{% extends BASE_TEMPLATE %} | ||
{% load dsfr_tags process_dict static humanize wagtailcore_tags advert_cms %} | ||
{% block page_title %} | ||
Prise de rendez-vous | ||
{% endblock page_title %} | ||
|
||
{% block breadcrumb %} | ||
{% process_dict root_dir=HOME_PAGE_PATH current="Prise de rendez-vous" as breadcrumb_data %} | ||
{% dsfr_breadcrumb breadcrumb_data %} | ||
{% endblock breadcrumb %} | ||
{% block content %} | ||
<section> | ||
<div class="fr-container"> | ||
<div class="fr-grid-row"> | ||
<div class="fr-col-12 fr-col-lg-10"> | ||
<h2>Prenez rendez-vous pour activer votre compte</h2> | ||
<span> | ||
Veuillez sélectionner un créneau | ||
</span> | ||
</div> | ||
</div> | ||
</div> | ||
</section> | ||
{% endblock content %} |
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