Remove form renaming
* renames new remove modal forms to match a more coherent style
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user