mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-25 01:13:31 +01:00
Django 1.7 compat update. Fixes #255, thanks @danie1k
This commit is contained in:
parent
a749726a17
commit
1a157ed097
@ -523,6 +523,7 @@ class UserSettingsForm(forms.Form):
|
||||
class EmailIgnoreForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = IgnoreEmail
|
||||
exclude = []
|
||||
|
||||
class TicketCCForm(forms.ModelForm):
|
||||
def __init__(self, *args, **kwargs):
|
||||
|
Loading…
Reference in New Issue
Block a user