Unit test

This commit is contained in:
zandercymatics 2024-05-20 17:27:05 -06:00
parent 2319fae033
commit a5cc04fcf8
No known key found for this signature in database
GPG key ID: FF4636ABEC9682B7
2 changed files with 35 additions and 22 deletions

View file

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