mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-03-16 22:20:28 +00:00
remove typo in admin.py (fields were duplicate)
This commit is contained in:
parent
233a401e75
commit
3ebe9b9263
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ class TemplateAdminForm(forms.ModelForm):
|
|||
|
||||
class Meta:
|
||||
model = Template
|
||||
fields = ('name', 'content', 'sites', 'creation_date', 'last_changed')
|
||||
fields = "__all__"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue