Match figma and move components into templates

This commit is contained in:
zandercymatics 2024-05-21 09:36:08 -06:00
parent a5cc04fcf8
commit e4743f343a
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
6 changed files with 178 additions and 146 deletions

View file

@ -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