From b7245a653464f9dc916410ebeae1f68b541e9533 Mon Sep 17 00:00:00 2001 From: "Nico Pfiffner (nipfif)" Date: Mon, 4 Dec 2023 09:12:54 +0100 Subject: [PATCH] chore: Update URL for YouTube report. --- config/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/urls.py b/config/urls.py index 8aeec73..099aa09 100644 --- a/config/urls.py +++ b/config/urls.py @@ -22,7 +22,7 @@ path('ddm/logout/', auth_views.LogoutView.as_view(), name='ddm-logout'), path('ddm/contact/', TemplateView.as_view(template_name='ddl/custom-ddm/contact.html'), name='ddm-contact'), path('ckeditor/', include('ckeditor_uploader.urls')), - path('scientifica/', include('digital_meal.urls')) + path('vp-studie/', include('digital_meal.urls')) ] urlpatterns += i18n_patterns(