Fix form bug

This commit is contained in:
ibuler
2017-04-12 18:06:32 +08:00
parent 695e4da85e
commit 2ec0ab871a
12 changed files with 82 additions and 229 deletions

View File

@@ -157,6 +157,7 @@ class SystemUser(models.Model):
def __unicode__(self):
return self.name
__str__ = __unicode__
@property
def password(self):