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 07c6f19d5c
commit 02ccb78080
10 changed files with 34 additions and 34 deletions

View File

@@ -330,7 +330,7 @@ class RemoveModalForm(BaseModalForm):
self.instance.delete()
class DeadlineRemoveModalForm(RemoveModalForm):
class RemoveDeadlineModalForm(RemoveModalForm):
""" Removing modal form for deadlines
Can be used for anything, where removing shall be confirmed by the user a second time.