CBV implementation to create a detail view page of a Widget User

parent 709b3817
......@@ -10,7 +10,7 @@ def dashboard_view(request):
class WidgetUserDetailView(DetailView):
model = WidgetUser
template_name = "widgetuser-details.html"
template_name = "dashboard/widgetuser-details.html"
......
Markdown is supported
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