[MPP-466] Fix become invoiceable form slug

This commit is contained in:
Nicolas Hislaire 2024-04-20 16:21:23 +02:00
parent 829949484f
commit ca639e8442
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
</ul>
{% else %}
<p>Vous ne comptez pas parmi les parents facturables de l'enfant.
{% if homepage_data.is_become_invoiceable_available %}<a href="{{ eservices_url }}portail-parent/pp-devenir-facturable">Demander pour devenir facturable</a>.</p>{% endif %}
{% if homepage_data.is_become_invoiceable_available %}<a href="{{ eservices_url }}portail-parent/pp-me-designer-facturable/?enfant={{ child.id }}">Demander pour devenir facturable</a>.</p>{% endif %}
{% endif %}
</li>
</ul>