mirror of
https://github.com/house-of-vanity/OutFleet.git
synced 2025-08-21 14:37:16 +00:00
Merge vpn.Users with Django Users
This commit is contained in:
@@ -11,4 +11,4 @@ class UserForm(forms.ModelForm):
|
||||
|
||||
class Meta:
|
||||
model = User
|
||||
fields = ['name', 'comment', 'servers']
|
||||
fields = ['username', 'comment', 'servers']
|
||||
|
Reference in New Issue
Block a user