Skip to content

Commit

Permalink
chore: Update URL for YouTube report.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-AP committed Dec 4, 2023
1 parent 3ca2995 commit b7245a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit b7245a6

Please sign in to comment.