Update email content, update manage button content

This commit is contained in:
zandercymatics 2024-10-23 14:29:26 -06:00
parent 150a59cdfc
commit 5cb3298afd
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
5 changed files with 68 additions and 3 deletions

View file

@ -857,6 +857,16 @@ class DomainRequestStatus(DomainRequestPermissionView):
return True
def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
# Create a temp wizard object to grab the step list
wizard = PortfolioDomainRequestWizard()
wizard.request = self.request
context["Step"] = PortfolioDomainRequestStep.__members__
context["steps"] = request_step_list(wizard, PortfolioDomainRequestStep)
context["form_titles"] = wizard.titles
return context
class DomainRequestWithdrawConfirmation(DomainRequestPermissionWithdrawView):
"""This page will ask user to confirm if they want to withdraw