mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-09 16:15:12 +02:00
Fix pycodestyle errors
This commit is contained in:
@ -52,6 +52,7 @@ def category(request, slug, iframe=False):
|
||||
'staff': staff,
|
||||
})
|
||||
|
||||
|
||||
@xframe_options_exempt
|
||||
def category_iframe(request, slug):
|
||||
return category(request, slug, iframe=True)
|
||||
|
Reference in New Issue
Block a user