mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-25 10:33:50 +02:00
Match figma and move components into templates
This commit is contained in:
parent
a5cc04fcf8
commit
e4743f343a
6 changed files with 178 additions and 146 deletions
|
@ -123,6 +123,10 @@ class FinishProfileSetupView(UserProfileView):
|
|||
|
||||
if self.redirect_type == self.RedirectType.COMPLETE_SETUP:
|
||||
context["confirm_changes"] = True
|
||||
|
||||
if "redirect_viewname" in self.session:
|
||||
context["going_to_specific_page"] = True
|
||||
context["redirect_button_text"] = "Continue to your request"
|
||||
|
||||
return context
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue