mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2025-08-07 02:39:44 +02:00
Store the BBB link in the Pool model
This commit is contained in:
@@ -143,7 +143,7 @@ class SolutionForm(forms.ModelForm):
|
||||
class PoolForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = Pool
|
||||
fields = ('tournament', 'round', 'juries',)
|
||||
fields = ('tournament', 'round', 'bbb_code', 'juries',)
|
||||
widgets = {
|
||||
"juries": forms.CheckboxSelectMultiple,
|
||||
}
|
||||
|
Reference in New Issue
Block a user