mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 06:22:22 +00:00
Add new french shortcuts
This commit is contained in:
parent
9aeb3b2291
commit
fc0b87e690
@ -44,6 +44,10 @@ urlpatterns = [
|
|||||||
path('inscription/', RedirectView.as_view(pattern_name="member:signup")),
|
path('inscription/', RedirectView.as_view(pattern_name="member:signup")),
|
||||||
path('connexion/', RedirectView.as_view(pattern_name="login")),
|
path('connexion/', RedirectView.as_view(pattern_name="login")),
|
||||||
path('tournois/', RedirectView.as_view(pattern_name="tournament:list")),
|
path('tournois/', RedirectView.as_view(pattern_name="tournament:list")),
|
||||||
|
path('mon-compte/', RedirectView.as_view(pattern_name="member:my_account")),
|
||||||
|
path('mon-equipe/', RedirectView.as_view(pattern_name="member:my_team")),
|
||||||
|
path('solutions/', RedirectView.as_view(pattern_name="tournament:solutions")),
|
||||||
|
path('syntheses/', RedirectView.as_view(pattern_name="tournament:syntheses")),
|
||||||
]
|
]
|
||||||
|
|
||||||
handler400 = bad_request
|
handler400 = bad_request
|
||||||
|
Loading…
Reference in New Issue
Block a user