fix inconsistent naming
This commit is contained in:
@ -5,7 +5,7 @@ from django.urls import reverse
|
||||
from django.utils.translation import gettext as _
|
||||
from django.views.generic import DeleteView, UpdateView
|
||||
|
||||
from passbook.core.forms.user import UserDetailForm
|
||||
from passbook.core.forms.users import UserDetailForm
|
||||
|
||||
|
||||
class UserSettingsView(UpdateView):
|
||||
|
Reference in New Issue
Block a user