Skip to content
Snippets Groups Projects
Commit a23b0c7a authored by Dylan Sechet's avatar Dylan Sechet
Browse files

Added filtering in admin for registration validation

parent abe2af09
No related branches found
No related tags found
12 merge requests!58Hamza,!52Hamza,!54Add field "en attentes" in participations options,!51Hamza,!48Hamza,!45Hamza,!40Solve public permission files on AWS,!36Notifications for Sec-Gen,!34Dev-> Master (ordering students by updated_date, school filter, export_csv for visits),!31Sorties,!28Updated student admin filters,!27Better filtering for registration
......@@ -12,4 +12,4 @@ class RegistrationAdmin(admin.ModelAdmin):
list_display = ('last_name', 'first_name', 'submitted')
readonly_fields = ('submitted',)
list_filter = ('submitted',)
list_filter = ('submitted', 'validated')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment