From 8c9ca0556e25cc8814c612a7a1b491a71aebfbc8 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 24 Mar 2020 19:04:54 +0100 Subject: Container: add parents - localisation refactoring --- archaeological_warehouse/forms.py | 4 ---- 1 file changed, 4 deletions(-) (limited to 'archaeological_warehouse/forms.py') 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( -- cgit v1.2.3