1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-04 12:52:15 +02:00

Add admin pages for registration app

This commit is contained in:
Yohann D'ANELLO
2020-10-06 13:35:05 +02:00
parent 5c76e5f0db
commit 798c8db781
3 changed files with 42 additions and 5 deletions

View File

@ -99,7 +99,6 @@ class StudentRegistration(Registration):
verbose_name=_("school"),
)
# FIXME Fix permission access, mime type
photo_authorization = models.FileField(
verbose_name=_("photo authorization"),
upload_to=get_random_filename,