Remove form renaming

* renames new remove modal forms to match a more coherent style
This commit is contained in:
2022-02-08 13:31:40 +01:00
parent 51a1652baa
commit a56f202e7f
10 changed files with 34 additions and 34 deletions

View File

@@ -234,7 +234,7 @@ class Intervention(BaseObject, ShareableObjectMixin, RecordableObjectMixin, Chec
""" Removes a revocation from the intervention
Args:
form (RevocationRemoveModalForm): The form holding all relevant data
form (RemoveRevocationModalForm): The form holding all relevant data
Returns:
@@ -309,7 +309,7 @@ class Intervention(BaseObject, ShareableObjectMixin, RecordableObjectMixin, Chec
""" Removes a Payment from the intervention
Args:
form (PaymentRemoveModalForm): The form holding all relevant data
form (RemovePaymentModalForm): The form holding all relevant data
Returns: