Browse Source

Also include 'comments' field when creating a member in the admin

Baptiste Jonglez 10 years ago
parent
commit
a5c7f9411f
1 changed files with 2 additions and 1 deletions
  1. 2 1
      coin/members/admin.py

+ 2 - 1
coin/members/admin.py

@@ -67,7 +67,8 @@ class MemberAdmin(UserAdmin):
             'status',
             'type',
             ('first_name', 'last_name', 'nickname'),
-            'organization_name')}),
+            'organization_name',
+            'comments')}),
         ('Coordonnées', {'fields': (
             'email',
             ('home_phone_number', 'mobile_phone_number'),