mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-02-20 20:31:09 +01:00
Remove unknown reference to priority.
This commit is contained in:
parent
ad47087c8f
commit
8095d30e8e
@ -378,7 +378,7 @@ class Ticket(models.Model):
|
||||
"""
|
||||
if self.priority == 4:
|
||||
return "warning"
|
||||
elif priority == 5:
|
||||
elif self.priority == 5:
|
||||
return "danger"
|
||||
else:
|
||||
return ""
|
||||
|
Loading…
Reference in New Issue
Block a user