diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-28 17:20:57 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-02-28 17:20:57 +0100 |
commit | 42d6858dbdc155f36a30c90aaa2daf7a11ba5198 (patch) | |
tree | 07f7aa82cd02f01e172aee1b8d95dfe4d01edeb9 /archaeological_finds/forms.py | |
parent | a426f8de3d763f49edc02089469bb9ba759d6b9c (diff) | |
download | Ishtar-42d6858dbdc155f36a30c90aaa2daf7a11ba5198.tar.bz2 Ishtar-42d6858dbdc155f36a30c90aaa2daf7a11ba5198.zip |
Forms: manage headers definition in code
Diffstat (limited to 'archaeological_finds/forms.py')
-rw-r--r-- | archaeological_finds/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 191c8722a..8ecd10ff5 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -41,7 +41,7 @@ import models from ishtar_common.forms import FormSet, FloatField, \ get_form_selection, reverse_lazy, TableSelect, get_now, FinalForm, \ - ManageOldType, FieldType, IshtarForm + ManageOldType, FieldType, IshtarForm, FormHeader from ishtar_common.forms_common import get_town_field, \ get_image_help, SourceSelect, CustomForm |