Skip to content

Commit

Permalink
Add missing unbreakable space between value and unit
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault committed Nov 18, 2024
1 parent 0c3d686 commit dcd5a43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion envergo/hedges/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ class HedgeDataForm(forms.Form):
label="Située sur parcelle PAC", required=False
)
proximite_mare = forms.BooleanField(
label="Présence d'une mare à moins de 200m", required=False
label="Présence d'une mare à moins de 200 m", required=False
)
2 changes: 1 addition & 1 deletion envergo/templates/hedges/input.html
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ <h1 id="hedge-data-dialog-title" class="fr-modal__title fr-mb-1w">
Description de la haie <span id="hedge-data-dialog-hedge-name"></span>
</h1>
<p class="fr-tag fr-mb-3w">
Longueur : <span id="hedge-data-dialog-hedge-length"></span>m
Longueur : <span id="hedge-data-dialog-hedge-length"></span> m
</p>

{% include '_form_snippet.html' with form=hedge_data_form %}
Expand Down

0 comments on commit dcd5a43

Please sign in to comment.