create team_create_form and book_appointment_form and create_tickt_form create view and url
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user