Security check complete. Log the user in.
(self, form)
| 112 | return kwargs |
| 113 | |
| 114 | def form_valid(self, form): |
| 115 | class="st">""class="st">"Security check complete. Log the user in."class="st">"" |
| 116 | auth_login(self.request, form.get_user()) |
| 117 | return HttpResponseRedirect(self.get_success_url()) |
| 118 | |
| 119 | def get_context_data(self, **kwargs): |
| 120 | context = super().get_context_data(**kwargs) |
no test coverage detected