Add freeze option to org contest form
This commit is contained in:
parent
0a5251f533
commit
3de0d7f745
2 changed files with 3 additions and 1 deletions
|
@ -263,6 +263,7 @@ class EditOrganizationContestForm(ModelForm):
|
|||
"curators",
|
||||
"testers",
|
||||
"time_limit",
|
||||
"freeze_after",
|
||||
"use_clarifications",
|
||||
"hide_problem_tags",
|
||||
"scoreboard_visibility",
|
||||
|
|
|
@ -12,7 +12,8 @@
|
|||
#org-field-wrapper-start_time,
|
||||
#org-field-wrapper-end_time,
|
||||
#org-field-wrapper-time_limit,
|
||||
#org-field-wrapper-format_name {
|
||||
#org-field-wrapper-format_name,
|
||||
#org-field-wrapper-freeze_after {
|
||||
display: inline-flex;
|
||||
}
|
||||
.problems-problem {
|
||||
|
|
Loading…
Reference in a new issue