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 | c2d60a414e788d3802c01883681480a4cfe7308c (patch) | |
tree | 07f7aa82cd02f01e172aee1b8d95dfe4d01edeb9 /archaeological_finds/forms.py | |
parent | 763daa92f261ee5a32afe7b1db611f9e9717106f (diff) | |
download | Ishtar-c2d60a414e788d3802c01883681480a4cfe7308c.tar.bz2 Ishtar-c2d60a414e788d3802c01883681480a4cfe7308c.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 |