diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-04 01:15:03 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2016-12-04 01:15:03 +0100 |
commit | 78f82a436ce524750e8fd1bc85f83874ba7ef50c (patch) | |
tree | 139e1764dc2a77ca0348ea12049879ea23e8ee01 | |
parent | f662227d67566d134071d651376484fdd90eae56 (diff) | |
download | Ishtar-78f82a436ce524750e8fd1bc85f83874ba7ef50c.tar.bz2 Ishtar-78f82a436ce524750e8fd1bc85f83874ba7ef50c.zip |
Treatment: fix image upload
-rw-r--r-- | archaeological_finds/forms.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archaeological_finds/forms.py b/archaeological_finds/forms.py index 67eb441e5..f03583598 100644 --- a/archaeological_finds/forms.py +++ b/archaeological_finds/forms.py @@ -625,6 +625,7 @@ class BaseTreatmentForm(ManageOldType, forms.Form): 'organization': Organization, 'container': models.Container, } + file_upload = True need_user_for_initialization = True label = forms.CharField(label=_(u"Label"), |