This commit is contained in:
@@ -7,7 +7,7 @@ class ScoreDimensionInline(admin.TabularInline):
|
||||
model = ScoreDimension
|
||||
extra = 1
|
||||
tab = True
|
||||
fields = ('name', 'description', 'weight', 'max_score', 'is_public', 'order')
|
||||
fields = ('name', 'description', 'weight', 'max_score', 'is_public', 'is_peer_review', 'order')
|
||||
|
||||
class ProjectFileInline(admin.TabularInline):
|
||||
model = ProjectFile
|
||||
|
||||
Reference in New Issue
Block a user