mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-19 12:24:40 +02:00
pycodestyle formatting
This commit is contained in:
@@ -123,7 +123,8 @@ class RecentFollowUps(Feed):
|
||||
description_template = 'helpdesk/rss/recent_activity_description.html'
|
||||
|
||||
title = _('Helpdesk: Recent Followups')
|
||||
description = _('Recent FollowUps, such as e-mail replies, comments, attachments and resolutions')
|
||||
description = _(
|
||||
'Recent FollowUps, such as e-mail replies, comments, attachments and resolutions')
|
||||
link = '/tickets/' # reverse('helpdesk:list')
|
||||
|
||||
def items(self):
|
||||
|
Reference in New Issue
Block a user