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

removing duplicate url name

parent b6add338
No related branches found
No related tags found
No related merge requests found
Pipeline #12434 passed with stage
in 50 seconds
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment