Added custom logo support

This commit is contained in:
Raphael Michel
2016-07-29 20:53:19 +02:00
parent d32c1bd9c8
commit 4ab819aeed
8 changed files with 37 additions and 5 deletions

View File

@@ -217,6 +217,10 @@ Your {event} team"""))
'default': None,
'type': str
},
'logo_image': {
'default': None,
'type': File
},
}