mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-25 10:33:50 +02:00
Unit test
This commit is contained in:
parent
2319fae033
commit
a5cc04fcf8
2 changed files with 35 additions and 22 deletions
|
@ -170,10 +170,7 @@ class FinishProfileSetupView(UserProfileView):
|
|||
return super().dispatch(request, *args, **kwargs)
|
||||
|
||||
def post(self, request, *args, **kwargs):
|
||||
"""Form submission posts to this view.
|
||||
|
||||
This post method harmonizes using BaseContactView and FormMixin
|
||||
"""
|
||||
"""Form submission posts to this view."""
|
||||
self._refresh_session_and_object(request)
|
||||
form = self.form_class(request.POST, instance=self.object)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue