mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-06-22 15:58:24 +02:00
Add new french shortcuts
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user