Skip to content

Commit

Permalink
Merge pull request #899 from Inter-Actief/897-switch-languages-broken
Browse files Browse the repository at this point in the history
Add i18n urls
  • Loading branch information
supertom01 authored Sep 17, 2024
2 parents fa4335f + 95b1619 commit 210457b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions amelie/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
path('profile/edit/', views.profile_edit, name='profile_edit'),
path('profile/<str:action>/<str:user_id>/<str:arg>/', views.profile_actions, name='profile_actions'),
path('oidc/', include('mozilla_django_oidc.urls')),
path("i18n/", include("django.conf.urls.i18n")),

# General views
path('', views.frontpage, name='frontpage'),
Expand Down

0 comments on commit 210457b

Please sign in to comment.