create team_create_form and book_appointment_form and create_tickt_form create view and url

This commit is contained in:
2026-01-09 12:45:38 +05:30
parent ad2f0ac941
commit a883d37e7c
9 changed files with 706 additions and 128 deletions

View File

@@ -194,3 +194,6 @@ Please confirm or follow up with the user.
class Ticket(TemplateView):
template_name = 'ticket.html'
class TeamCreate(TemplateView):
template_name = 'team_create.html'