mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
added some formatting and some correction to things I changed prior
This commit is contained in:
parent
1c073a017b
commit
e151c666fd
2 changed files with 2 additions and 2 deletions
|
@ -3225,7 +3225,7 @@ class PortfolioAdmin(ListHeaderAdmin):
|
|||
extra_context["members"] = self.get_user_portfolio_permission_non_admins(obj)
|
||||
extra_context["admins"] = self.get_user_portfolio_permission_admins(obj)
|
||||
extra_context["domains"] = obj.get_domains(order_by=["domain__name"])
|
||||
extra_context["domain_requests"] = obj.get_domain_requests(order_by=domain_requests_order_by)
|
||||
extra_context["domain_requests"] = obj.get_domain_requests(order_by=["requested_domain__name"])
|
||||
return super().change_view(request, object_id, form_url, extra_context)
|
||||
|
||||
def save_model(self, request, obj, form, change):
|
||||
|
|
|
@ -1169,4 +1169,4 @@ document.addEventListener('DOMContentLoaded', function() {
|
|||
phoneSpan.textContent = data.phone || "None";
|
||||
};
|
||||
}
|
||||
})();
|
||||
})();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue