diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2020-03-24 19:04:54 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2021-02-28 12:15:20 +0100 |
commit | 8c9ca0556e25cc8814c612a7a1b491a71aebfbc8 (patch) | |
tree | cc2fbf52a43832a42fbec1cfab426f44779353f5 /archaeological_warehouse/forms.py | |
parent | 17f003cc39904a424b53c98c05a566bec8e73b44 (diff) | |
download | Ishtar-8c9ca0556e25cc8814c612a7a1b491a71aebfbc8.tar.bz2 Ishtar-8c9ca0556e25cc8814c612a7a1b491a71aebfbc8.zip |
Container: add parents - localisation refactoring
Diffstat (limited to 'archaeological_warehouse/forms.py')
-rw-r--r-- | archaeological_warehouse/forms.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py index fc0cbb35c..f447478f1 100644 --- a/archaeological_warehouse/forms.py +++ b/archaeological_warehouse/forms.py @@ -266,10 +266,6 @@ class ContainerForm(CustomForm, ManageOldType, forms.Form): associated_models = {'container_type': models.ContainerType, 'location': models.Warehouse, 'parent': models.Container} - reference = forms.CharField(label=_("Ref."), max_length=200) - old_reference = forms.CharField(label=_("Old reference"), required=False, - max_length=200) - container_type = forms.ChoiceField(label=_("Container type"), choices=[]) location = forms.IntegerField( label=_("Current location (warehouse)"), widget=widgets.JQueryAutoComplete( |