mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-08-18 03:40:02 +02:00
chore(pep8): Fix bad imports, unused variables, pep8 warnings and some possible bugs
This commit is contained in:
@@ -1516,7 +1516,10 @@ class UserSettings(models.Model):
|
||||
|
||||
email_on_ticket_change = models.BooleanField(
|
||||
verbose_name=_('E-mail me on ticket change?'),
|
||||
help_text=_('If you\'re the ticket owner and the ticket is changed via the web by somebody else, do you want to receive an e-mail?'),
|
||||
help_text=_(
|
||||
'If you\'re the ticket owner and the ticket is changed via the web by somebody else,'
|
||||
'do you want to receive an e-mail?'
|
||||
),
|
||||
default=email_on_ticket_change_default,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user