Add iframe supporting view for submitting tickets

This commit is contained in:
Timothy Hobbs
2019-12-12 15:22:12 +01:00
parent 24b8e45f66
commit aadfe08504
8 changed files with 121 additions and 114 deletions

View File

@ -167,6 +167,10 @@ urlpatterns += [
public.create_ticket,
name='submit'),
url(r'^tickets/submit_iframe/$',
public.CreateTicketIframeView.as_view(),
name='submit_iframe'),
url(r'^view/$',
public.view_ticket,
name='public_view'),