peer review
All checks were successful
Deploy to Server / deploy (push) Successful in 18s

This commit is contained in:
jeremygan2021
2026-03-17 22:32:28 +08:00
parent 6a166c50eb
commit bd102cc71f

View File

@@ -7,7 +7,7 @@ class ScoreDimensionInline(admin.TabularInline):
model = ScoreDimension model = ScoreDimension
extra = 1 extra = 1
tab = True 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): class ProjectFileInline(admin.TabularInline):
model = ProjectFile model = ProjectFile