diff --git a/apps/monitor/templates/monitor/video.html b/apps/monitor/templates/monitor/video.html index 241a12c4..c40e7228 100755 --- a/apps/monitor/templates/monitor/video.html +++ b/apps/monitor/templates/monitor/video.html @@ -6,20 +6,28 @@ videojs-contrib-hls embed - - - +

Video.js Example Embed

- - + diff --git a/apps/rpm/serializers.py b/apps/rpm/serializers.py index 5208d9ba..cc64e66a 100644 --- a/apps/rpm/serializers.py +++ b/apps/rpm/serializers.py @@ -14,7 +14,7 @@ class RpartyCreateUpdateSerializer(CustomModelSerializer): class Meta: model = Rparty fields = ['name', 'number', 'lawer', 'contacter', 'phone', 'email', - 'description', 'belong_dept'] + 'description', 'belong_dept', 'address'] extra_kwargs = { 'belong_dept': {'required': True} }