Skip to content
Snippets Groups Projects
Commit 42065d59 authored by Bidot-Naude Thomas's avatar Bidot-Naude Thomas
Browse files

Add context_sheet for visits V2

parent 64442952
No related branches found
No related tags found
4 merge requests!39Solve public permission files on AWS,!41Rectification Exportation excel sorties,!37Add context_sheet for visits,!38Add context sheet for visits V4
......@@ -54,6 +54,11 @@ class VisitTest(ModelTestCase):
'blank': True,
'null': True,
},
'context_sheet': {
'verbose_name': 'fiche sortie',
'blank': True,
'null': True,
},
'permission': {
'verbose_name': 'autorisation de sortie',
'blank': True,
......
......@@ -63,5 +63,5 @@ class VisitSerializerTestCase(SerializerTestCaseMixin, TestCase):
'place', 'date', 'start_time', 'end_time', 'meeting',
'passed', 'deadline', 'registrations_open',
'participants', 'organizers',
'image', 'fact_sheet', 'permission',
'image', 'fact_sheet', 'context_sheet', 'permission',
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment