1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-08-07 02:39:44 +02:00

Use a custom BBB url link, that is not necessary on visio.animath.live

This commit is contained in:
Yohann D'ANELLO
2021-01-22 18:25:37 +01:00
parent c06ae694cd
commit ea9d7cdd50
4 changed files with 28 additions and 11 deletions

View File

@@ -158,7 +158,7 @@ class SolutionForm(forms.ModelForm):
class PoolForm(forms.ModelForm):
class Meta:
model = Pool
fields = ('tournament', 'round', 'bbb_code', 'juries',)
fields = ('tournament', 'round', 'bbb_url', 'juries',)
widgets = {
"juries": forms.CheckboxSelectMultiple,
}