# 新建用户添加组织字段

This commit is contained in:
xianfuxing 2018-10-10 16:04:33 +08:00
parent e42fd6637b
commit 1123f2846c
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ from .models import User
USER_FIELDS = (
(None, {'fields': ('username', 'email', 'password1', 'password2',)}),
(None, {'fields': ('username', 'email', 'org', 'password1', 'password2',)}),
)