Importing whole sections.
[edumed.git] / curriculum / admin.py
index 8d30cf2..d825e6f 100755 (executable)
@@ -11,7 +11,7 @@ class CompetenceAdmin(admin.ModelAdmin):
 
 class LevelAdmin(admin.ModelAdmin):
     model = Level
-    list_display = ['name', 'slug', 'order']
+    list_display = ['name', 'group', 'slug', 'order']
 
 class SectionAdmin(admin.ModelAdmin):
     model = Section