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

Display notes

This commit is contained in:
Yohann D'ANELLO
2021-01-14 18:43:53 +01:00
parent ef785a5eb8
commit a97541064e
5 changed files with 88 additions and 19 deletions

View File

@ -20,7 +20,7 @@ class RegistrationTable(tables.Table):
class Meta:
attrs = {
'class': 'table table condensed table-striped',
'class': 'table table-condensed table-striped',
}
model = Registration
fields = ('last_name', 'user__first_name', 'user__email', 'type',)