From 4b409dd6f24ed3bdfd3091d27a7b8d3a390086a0 Mon Sep 17 00:00:00 2001 From: yomguy Date: Fri, 2 Nov 2012 11:22:15 +0100 Subject: [PATCH] fix AE admin --- teleforma/admin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teleforma/admin.py b/teleforma/admin.py index e19f7a12..c8c8f8be 100644 --- a/teleforma/admin.py +++ b/teleforma/admin.py @@ -12,7 +12,7 @@ class CRFPAStudentProfileInline(admin.StackedInline): class AEStudentProfileInline(admin.StackedInline): model = AEStudent - filter_horizontal = ['courses'] + filter_horizontal = ['period', 'courses'] class StudentAdmin(admin.ModelAdmin): model = Student -- 2.39.5