mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-04 18:23:29 +02:00
Update application.py
This commit is contained in:
parent
74b115cd18
commit
935172d5b2
1 changed files with 1 additions and 0 deletions
|
@ -154,6 +154,7 @@ class ApplicationWizard(ApplicationWizardPermissionView, TemplateView):
|
|||
def storage(self):
|
||||
# marking session as modified on every access
|
||||
# so that updates to nested keys are always saved
|
||||
# TEST PUSHWILL DELETE
|
||||
self.request.session.modified = True
|
||||
return self.request.session.setdefault(self.prefix, {})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue