mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-09 16:15:12 +02:00
view_ticket → class based view
This commit is contained in:
@ -165,7 +165,7 @@ urlpatterns += [
|
||||
public.SuccessIframeView.as_view(),
|
||||
name="success_iframe",
|
||||
),
|
||||
path("view/", public.view_ticket, name="public_view"),
|
||||
path("view/", public.ViewTicket.as_view(), name="public_view"),
|
||||
path("change_language/", public.change_language,
|
||||
name="public_change_language"),
|
||||
]
|
||||
|
Reference in New Issue
Block a user