Add new french shortcuts

This commit is contained in:
Yohann D'ANELLO 2020-05-07 00:10:35 +02:00
parent 9aeb3b2291
commit fc0b87e690
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ urlpatterns = [
path('inscription/', RedirectView.as_view(pattern_name="member:signup")),
path('connexion/', RedirectView.as_view(pattern_name="login")),
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