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.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/archaeological_warehouse/forms.py b/archaeological_warehouse/forms.py
index d571364a4..d61658b0e 100644
--- a/archaeological_warehouse/forms.py
+++ b/archaeological_warehouse/forms.py
@@ -141,6 +141,11 @@ class WarehouseForm(ManageOldType, forms.Form):
return new_item
+class WarehouseDeletionForm(FinalForm):
+ confirm_msg = _(u"Would you like to delete this warehouse?")
+ confirm_end_msg = _(u"Would you like to delete this warehouse?")
+
+
class ContainerForm(ManageOldType, forms.Form):
form_label = _(u"Container")
associated_models = {'container_type': models.ContainerType,