Skip to content

Commit

Permalink
adding fullname to teacher admin form
Browse files Browse the repository at this point in the history
  • Loading branch information
orzubalsky committed Jan 31, 2014
1 parent 240bdc5 commit 75d33ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ts/apps/tradeschool/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -1186,6 +1186,7 @@ def queryset(self, request):
)
fields = (
'username',
'fullname',
'email',
'phone',
'website',
Expand Down

0 comments on commit 75d33ac

Please sign in to comment.