From 715be2448ba981981216e0b3bc194e17699efd57 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Tue, 10 Nov 2020 11:07:20 +0100 Subject: Document: add iframe template for documents --- ishtar_common/forms_common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ishtar_common/forms_common.py') diff --git a/ishtar_common/forms_common.py b/ishtar_common/forms_common.py index 66eabf833..19348ebff 100644 --- a/ishtar_common/forms_common.py +++ b/ishtar_common/forms_common.py @@ -1281,7 +1281,7 @@ class DocumentForm(forms.ModelForm, CustomForm, ManageOldType): model=models.SourceType, label=_("Type"), choices=[], required=False) support_type = widgets.ModelChoiceField( - model=models.SupportType, label=_("Support"), choices=[], + model=models.SupportType, label=_("Medium"), choices=[], required=False) format_type = widgets.ModelChoiceField( model=models.Format, label=_("Format"), choices=[], -- cgit v1.2.3