diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-14 19:10:12 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2017-11-14 19:10:12 +0100 |
commit | 05e7b966237c6ad1d1326cedd730ed393b5af772 (patch) | |
tree | 229540cc2e6efb88a88288001baa3f831b15bddf /ishtar_common/forms.py | |
parent | b6749c6fceaf476074479be56cc27a977704b9fe (diff) | |
download | Ishtar-05e7b966237c6ad1d1326cedd730ed393b5af772.tar.bz2 Ishtar-05e7b966237c6ad1d1326cedd730ed393b5af772.zip |
UI: welcome page
Diffstat (limited to 'ishtar_common/forms.py')
-rw-r--r-- | ishtar_common/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/forms.py b/ishtar_common/forms.py index 293193162..985d2c3cf 100644 --- a/ishtar_common/forms.py +++ b/ishtar_common/forms.py @@ -261,7 +261,7 @@ class IshtarForm(forms.Form): self.fields[k].widget.attrs['class'] = 'form-control' -class ManageOldType(object): +class ManageOldType(IshtarForm): TYPES = [] # (field_name, model, is_multiple) list def __init__(self, *args, **kwargs): |