mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-14 02:41:26 +01:00
Forgot to fun a pep8 check.
This commit is contained in:
parent
1c09ac505b
commit
e50ce8cab3
@ -47,6 +47,7 @@ class FollowUpAdmin(admin.ModelAdmin):
|
||||
return obj.ticket.ticket_for_url
|
||||
ticket_get_ticket_for_url.short_description = _('Slug')
|
||||
|
||||
|
||||
@admin.register(KBItem)
|
||||
class KBItemAdmin(admin.ModelAdmin):
|
||||
list_display = ('category', 'title', 'last_updated',)
|
||||
|
Loading…
Reference in New Issue
Block a user