mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-07-04 19:04:05 +02:00
Use Bootstrap 5 instead of Bootstrap 4
This commit is contained in:
@ -29,4 +29,3 @@ class RegistrationTable(tables.Table):
|
||||
model = Registration
|
||||
fields = ('last_name', 'user__first_name', 'user__email', 'type',)
|
||||
order_by = ('type', 'last_name', 'first_name',)
|
||||
template_name = 'django_tables2/bootstrap4.html'
|
||||
|
Reference in New Issue
Block a user