Skip to content
Snippets Groups Projects
Commit 15c8ad2e authored by salazard's avatar salazard
Browse files

add qpv fields in admin model

parent bcdd84c0
No related branches found
No related tags found
2 merge requests!61Verification mail,!59add acceptation field to sortie view in admin UI
This commit is part of merge request !59. Comments created here will be created in the context of that merge request.
......@@ -173,6 +173,7 @@ class Student(ProfileMixin, models.Model):
blank=True,
verbose_name="année"
)
qpv = models.BooleanField(null=True, blank=True)
@staticmethod
def has_write_permission(request):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment