Fixed stuff

This commit is contained in:
Émile Filteau 2015-07-21 16:28:55 -04:00
parent 2344d6c189
commit 99903c9b68
8 changed files with 1 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -5,3 +5,4 @@ class MemberAdminForm(forms.ModelForm):
photo = forms.ImageField(required=False)
class Meta:
model = models.Member
fields = ['first_name', 'last_name', 'email', 'photo', 'is_admin', 'position']

Binary file not shown.

Binary file not shown.