Skip to content
Snippets Groups Projects

add acceptation field to sortie view in admin UI

Merged Hamza Touizrat requested to merge interface_admin into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -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):
Loading