Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
CocoByte committed Aug 16, 2024
1 parent b83cc5a commit efc7836
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/registrar/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit efc7836

Please sign in to comment.