Skip to content

Commit

Permalink
Update action.html (#1235)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabien Le Frapper <[email protected]>
Co-authored-by: Nicolas Oudard <[email protected]>
  • Loading branch information
3 people authored Jan 21, 2025
1 parent 856efc2 commit f5dd3dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jinja2/qfdmo/configurator/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h3>Code à implémenter</h3>

<div class="fr-alert fr-alert--info qf-mt-1w qf-mb-4w">
<p>
Cette balise HTML vous permet d'afficher le simulateur à l'intérieur d'une page de votre site internet.
Cette balise HTML vous permet d'afficher le site à l'intérieur d'une page de votre site internet.
Le module sera automatiquement mis à jour avec les dernières nouveautés.
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/components/sidebar/embed/action.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{% endblock modal_content %}

{% block modal_wrapper_for_id %}
{% with id="integrer-le-simulateur" %}
{% with id="integrer-le-site" %}
{{ block.super }}
{% endwith %}
{% endblock modal_wrapper_for_id %}
4 changes: 2 additions & 2 deletions templates/components/sidebar/share/action.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{% endblock button_text %}

{% block modal_title %}
Partager ce simulateur
Partager ce site
{% endblock modal_title %}

{% block modal_content %}
Expand Down Expand Up @@ -76,7 +76,7 @@

{# TODO: documenter #}
{% block modal_wrapper_for_id %}
{% with id="partager-le-simulateur" %}
{% with id="partager-le-site" %}
{{ block.super }}
{% endwith %}
{% endblock modal_wrapper_for_id %}

0 comments on commit f5dd3dc

Please sign in to comment.