Skip to content
Snippets Groups Projects
Commit a183fba6 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

removing duplicate url name

parent b6add338
Branches
Tags
No related merge requests found
Pipeline #12434 passed
......@@ -11,6 +11,6 @@ def blabla(request):
urlpatterns = [
path('admin/', admin.site.urls),
path('', TemplateView.as_view(template_name='test_app_1/mybase4.html'), name='home'),
path('themePasteur', TemplateView.as_view(template_name='test_app_1/mybasePasteur.html'), name='home'),
path('themePasteur', TemplateView.as_view(template_name='test_app_1/mybasePasteur.html')),
path('', include('basetheme_bootstrap.urls')),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment