Correct me if i'm wrong but I think you meant:

urlpatterns= [
     path('circuit/<str:circuitid>', 
views.editLit.as_view(),name='editLit'),
]

I did make that change but the results were the same.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/53dd1d57-4465-4af3-9b9e-183a2f9b6913%40googlegroups.com.

Reply via email to