Remove form renaming
* renames new remove modal forms to match a more coherent style
This commit is contained in:
@@ -79,7 +79,7 @@ class AbstractCompensation(BaseObject, GeoReferencedMixin):
|
||||
""" Removes a deadline from the abstract compensation
|
||||
|
||||
Args:
|
||||
form (DeadlineRemoveModalForm): The form holding all relevant data
|
||||
form (RemoveDeadlineModalForm): The form holding all relevant data
|
||||
|
||||
Returns:
|
||||
|
||||
@@ -119,7 +119,7 @@ class AbstractCompensation(BaseObject, GeoReferencedMixin):
|
||||
""" Removes a CompensationAction from the abstract compensation
|
||||
|
||||
Args:
|
||||
form (CompensationActionRemoveModalForm): The form holding all relevant data
|
||||
form (RemoveCompensationActionModalForm): The form holding all relevant data
|
||||
|
||||
Returns:
|
||||
|
||||
@@ -158,7 +158,7 @@ class AbstractCompensation(BaseObject, GeoReferencedMixin):
|
||||
""" Removes a CompensationState from the abstract compensation
|
||||
|
||||
Args:
|
||||
form (CompensationStateRemoveModalForm): The form holding all relevant data
|
||||
form (RemoveCompensationStateModalForm): The form holding all relevant data
|
||||
|
||||
Returns:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user