-
Notifications
You must be signed in to change notification settings - Fork 1
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
3ec158c
commit 2258099
Showing
23 changed files
with
2,550 additions
and
2,653 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 |
---|---|---|
|
@@ -51,6 +51,7 @@ | |
|
||
.fr-tabs__list { | ||
min-height: 0; | ||
display: none; | ||
} | ||
|
||
.fr-tabs__panel { | ||
|
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -143,6 +143,7 @@ const submitForm = async () => { | |
:disabled="subscribing" | ||
:exactAddress="true" | ||
:aria-invalid="v$.lon.$errors.length > 0" | ||
:required="true" | ||
@search="setAddress($event.address, $event.geo)" | ||
/> | ||
</DsfrInputGroup> | ||
|
@@ -154,7 +155,7 @@ const submitForm = async () => { | |
|
||
<DsfrInputGroup class="fr-mt-2w" | ||
:error-message="utils.showInputError(v$, 'email')"> | ||
<DsfrInput placeholder="Ex: [email protected]" | ||
<DsfrInput hint="Ex: [email protected]" | ||
label="Entrez votre email" | ||
label-visible | ||
v-model="formData.email" | ||
|
@@ -180,7 +181,7 @@ const submitForm = async () => { | |
</DsfrInputGroup> | ||
|
||
<p>Les | ||
<router-link to="/donnees-personnelles" target="_blank" title="Données collectées - nouvelle fenêtre">données collectées</router-link> | ||
<router-link to="/donnees-personnelles" target="_blank" title="Données collectées (nouvelle fenêtre)">données collectées</router-link> | ||
lors de votre inscription sont utilisées dans le cadre d’une mission de | ||
service public dont les responsables de traitement sont la Direction générale de l’Aménagement, du Logement et de | ||
la Nature (DGALN). | ||
|
Oops, something went wrong.