Skip to content

Commit

Permalink
fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
prStudentka committed Mar 1, 2024
1 parent 1facc75 commit 22c3f1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions task_manager/users/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class IndexView(ListView):
model = CustomUser
context_object_name = 'users'


class UserCreateView(SuccessMessageMixin, CreateView):
template_name = 'users/create.html'
form_class = RegistrationForm
Expand Down

0 comments on commit 22c3f1a

Please sign in to comment.