preinfo split forms
This commit is contained in:
@@ -50,7 +50,7 @@ class ClientDashboardView(TemplateView):
|
||||
return render(request, self.template_name, self.extra_context)
|
||||
|
||||
class BarrierDashboardView(TemplateView):
|
||||
template_name = 'barrier-dashboard.html'
|
||||
template_name = 'barrier/barrier-dashboard.html'
|
||||
extra_context = {
|
||||
'title': 'Client Dashboard',
|
||||
'description': 'This is the client dashboard page.',
|
||||
Reference in New Issue
Block a user