Skip to content

Commit

Permalink
corrige la route member_membership dans le plan du site
Browse files Browse the repository at this point in the history
  • Loading branch information
stakovicz committed Oct 23, 2024
1 parent 3c68ac9 commit 182def0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Resources/views/site/sitemap.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<h2><a href="{{ path('become_member') }}">Adhérer à l'AFUP</a></h2>
<ul>
<li><a href="{{ path('legacy_inscription') }}">Adhérer en tant que particulier</a></li>
<li><a href="{{ path('member_membership') }}">Adhérer en tant que particulier</a></li>
<li><a href="{{ path('company_membership') }}">Adhérer en tant qu'entreprise</a></li>
<li><a href="{{ path('admin_login') }}">Se connecter</a></li>
</ul>
Expand Down

0 comments on commit 182def0

Please sign in to comment.