1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-29 14:21:04 +02:00

Remove observer status

Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
Emmy D'Anello
2024-04-16 23:58:42 +02:00
parent 5bfcaab831
commit 338a19ec32
11 changed files with 279 additions and 417 deletions

View File

@ -155,4 +155,4 @@ class NoteTable(tables.Table):
}
model = Note
fields = ('jury', 'defender_writing', 'defender_oral', 'opponent_writing', 'opponent_oral',
'reporter_writing', 'reporter_oral', 'observer_oral', 'update',)
'reporter_writing', 'reporter_oral', 'update',)