diff --git a/contracts/forms.py b/contracts/forms.py
index 166f541036d6b474e346dd1705926327cdddd94f..935d34dba8853a8894edef1f106b2c71e5c2c01c 100644
--- a/contracts/forms.py
+++ b/contracts/forms.py
@@ -80,6 +80,7 @@ class ContractAdminForm(forms.ModelForm):
                         if choice_key in (
                             Contract.StatusTypes.APPROVED,
                             Contract.StatusTypes.REJECTED,
+                            Contract.StatusTypes.WORK_IN_PROGRESS
                         ):
                             allowed_choices.append(
                                 (