0.1.13
fix ticket form
This commit is contained in:
@@ -20,7 +20,7 @@ def support_create_ticket_form_ajax(request):
|
|||||||
raise Http404
|
raise Http404
|
||||||
|
|
||||||
Dict = {
|
Dict = {
|
||||||
'forms': TicketForm()
|
'form': TicketForm()
|
||||||
}
|
}
|
||||||
|
|
||||||
html = render_to_string('blocks/profile/b_create_ticket.html', Dict, request=request)
|
html = render_to_string('blocks/profile/b_create_ticket.html', Dict, request=request)
|
||||||
|
|||||||
Reference in New Issue
Block a user