mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-19 10:59:21 +02:00
Change context order
This commit is contained in:
parent
7578534f59
commit
104f94da07
2 changed files with 3 additions and 3 deletions
|
@ -1750,9 +1750,10 @@ class DomainAdmin(ListHeaderAdmin):
|
|||
if domain is not None and hasattr(domain, "domain_info"):
|
||||
extra_context["original_object"] = domain.domain_info
|
||||
|
||||
extra_context["state_help_message"] = Domain.State.get_admin_help_text(domain.state)
|
||||
|
||||
# Pass in what the an extended expiration date would be for the expiration date modal
|
||||
extra_context = self._set_expiration_date_context(domain, extra_context)
|
||||
extra_context["state_help_message"] = Domain.State.get_admin_help_text(domain.state)
|
||||
|
||||
return super().changeform_view(request, object_id, form_url, extra_context)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue