preinfo split forms

This commit is contained in:
2025-07-10 10:51:05 +03:00
parent 26633e5e51
commit 050f1868ff
15 changed files with 201 additions and 106 deletions
View File
View File
View File
View File
@@ -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.',