summaryrefslogtreecommitdiff
path: root/archaeological_warehouse/forms.py
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_warehouse/forms.py')
-rw-r--r--archaeological_warehouse/forms.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py
index 050a62e7d..b5a9b4391 100644
--- a/archaeological_warehouse/forms.py
+++ b/archaeological_warehouse/forms.py
@@ -293,7 +293,8 @@ class ContainerForm(CustomForm, ManageOldType, forms.Form):
associated_model=models.Warehouse, new=True),
validators=[valid_id(models.Warehouse)],
help_text=_("Automatically attached to the current warehouse if not "
- "filled.")
+ "filled."),
+ required=False
)
comment = forms.CharField(label=_("Comment"),
widget=forms.Textarea, required=False)