File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2828 path ('register/' , TemplateView .as_view (template_name = "index.html" )),
2929 path ('' , TemplateView .as_view (template_name = "Home.html" )),
3030 path ('dealers/' , TemplateView .as_view (template_name = "index.html" )),
31- path ('dealer/<int:dealer_id>' , TemplateView .as_view (template_name = "index.html" )),
32- path ('postreview/<int:dealer_id>' , TemplateView .as_view (template_name = "index.html" )),
31+ path ('dealer/<int:dealer_id>' ,
32+ TemplateView .as_view (template_name = "index.html" )),
33+ path ('postreview/<int:dealer_id>' ,
34+ TemplateView .as_view (template_name = "index.html" )),
3335 path ('dealer/' , TemplateView .as_view (template_name = "index.html" )),
3436]
3537
36-
37-
3838urlpatterns += static (settings .STATIC_URL , document_root = settings .STATIC_ROOT )
You can’t perform that action at this time.
0 commit comments