mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-28 13:36:30 +02:00
linted
This commit is contained in:
parent
b83cc5a980
commit
efc7836197
1 changed files with 1 additions and 0 deletions
|
@ -3151,6 +3151,7 @@ class SuborganizationAdmin(ListHeaderAdmin, ImportExportModelAdmin):
|
|||
search_fields = ["name"]
|
||||
|
||||
change_form_template = "django/admin/suborg_change_form.html"
|
||||
|
||||
def change_view(self, request, object_id, form_url="", extra_context=None):
|
||||
"""Add suborg's related domains and requests to context"""
|
||||
obj = self.get_object(request, object_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue