This commit is contained in:
@@ -317,6 +317,37 @@ UNFOLD = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"title": "比赛管理",
|
||||
"separator": True,
|
||||
"items": [
|
||||
{
|
||||
"title": "比赛列表",
|
||||
"icon": "emoji_events",
|
||||
"link": reverse_lazy("admin:competition_competition_changelist"),
|
||||
},
|
||||
{
|
||||
"title": "比赛人员/报名",
|
||||
"icon": "group_add",
|
||||
"link": reverse_lazy("admin:competition_competitionenrollment_changelist"),
|
||||
},
|
||||
{
|
||||
"title": "参赛项目",
|
||||
"icon": "lightbulb",
|
||||
"link": reverse_lazy("admin:competition_project_changelist"),
|
||||
},
|
||||
{
|
||||
"title": "评分记录",
|
||||
"icon": "score",
|
||||
"link": reverse_lazy("admin:competition_score_changelist"),
|
||||
},
|
||||
{
|
||||
"title": "评委评语",
|
||||
"icon": "rate_review",
|
||||
"link": reverse_lazy("admin:competition_comment_changelist"),
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
"title": "系统配置",
|
||||
"separator": True,
|
||||
|
||||
Reference in New Issue
Block a user