mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #1295: Docstring typo
This commit is contained in:
@@ -234,7 +234,7 @@ class ObjectDeleteView(GetReturnURLMixin, View):
|
|||||||
"""
|
"""
|
||||||
Delete a single object.
|
Delete a single object.
|
||||||
|
|
||||||
model: The model of the object being edited
|
model: The model of the object being deleted
|
||||||
template_name: The name of the template
|
template_name: The name of the template
|
||||||
default_return_url: Name of the URL to which the user is redirected after deleting the object
|
default_return_url: Name of the URL to which the user is redirected after deleting the object
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user