]> git.parisson.com Git - teleforma.git/commit
Add grouped messages
authorYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 22 May 2023 12:33:37 +0000 (14:33 +0200)
committerYoan Le Clanche <yoanl@pilotsystems.net>
Mon, 22 May 2023 12:33:37 +0000 (14:33 +0200)
commit821a48190ebccf63398adcb27e749f296859e5ce
tree31b5a37681da00b0343ccdee4ae1c5528dd9e414
parent8707ba48ddb05e20976c581c0a9898f59fb1942d
Add grouped messages
15 files changed:
teleforma/admin.py
teleforma/migrations/0005_auto_20230522_0936.py [new file with mode: 0644]
teleforma/migrations/0006_groupedmessage_studentgroup.py [new file with mode: 0644]
teleforma/models/crfpa.py
teleforma/webclass/admin.py
teleforma/webclass/forms.py
teleforma/webclass/migrations/0002_auto_20230522_1200.py [new file with mode: 0644]
teleforma/webclass/models.py
teleforma/webclass/templates/webclass/appointments.html
teleforma/webclass/templates/webclass/appointments_professor.html
teleforma/webclass/templates/webclass/inc/webclass_corrections_list.html [new file with mode: 0644]
teleforma/webclass/templates/webclass/inc/webclass_list.html
teleforma/webclass/templates/webclass/webclass_record.html [new file with mode: 0644]
teleforma/webclass/urls.py
teleforma/webclass/views.py