Only allow open org to show members
This commit is contained in:
parent
50afd6cd59
commit
0e324a3cce
7 changed files with 75 additions and 15 deletions
|
@ -70,7 +70,7 @@ class ProblemForm(ModelForm):
|
|||
),
|
||||
"types": AdminSelect2MultipleWidget,
|
||||
"group": AdminSelect2Widget,
|
||||
"memory_limit": TextInput(attrs={'size':'20'}),
|
||||
"memory_limit": TextInput(attrs={"size": "20"}),
|
||||
}
|
||||
if HeavyPreviewAdminPageDownWidget is not None:
|
||||
widgets["description"] = HeavyPreviewAdminPageDownWidget(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue