mirror of
https://github.com/mediacms-io/mediacms.git
synced 2026-03-20 03:38:30 -04:00
p
This commit is contained in:
@@ -1 +1 @@
|
|||||||
VERSION = "7.9h"
|
VERSION = "7.ki"
|
||||||
|
|||||||
@@ -177,7 +177,7 @@ class MediaPublishForm(forms.ModelForm):
|
|||||||
current_queryset = self.fields['category'].queryset
|
current_queryset = self.fields['category'].queryset
|
||||||
self.fields['category'].queryset = current_queryset.filter(is_lms_course=True)
|
self.fields['category'].queryset = current_queryset.filter(is_lms_course=True)
|
||||||
self.fields['category'].label = 'Course'
|
self.fields['category'].label = 'Course'
|
||||||
self.fields['category'].help_text = 'Media can be part of one or more courses'
|
self.fields['category'].help_text = 'Media can be shared with one or more courses'
|
||||||
self.fields['category'].widget.is_lms_mode = True
|
self.fields['category'].widget.is_lms_mode = True
|
||||||
|
|
||||||
self.helper = FormHelper()
|
self.helper = FormHelper()
|
||||||
|
|||||||
Reference in New Issue
Block a user