diff --git a/uhepp_org/uhepp_api/serializers.py b/uhepp_org/uhepp_api/serializers.py index 4f9c1644a5e37f77331c55305339552ce1cb1543..b8e66a7ae4124c9f2c98885c6db3509bc3c6ac5d 100644 --- a/uhepp_org/uhepp_api/serializers.py +++ b/uhepp_org/uhepp_api/serializers.py @@ -93,4 +93,4 @@ class PlotSerializer(serializers.HyperlinkedModelSerializer): class Meta: model = Plot - fields = ["uuid", "collection", "url", "uhepp"] + fields = ["uuid", "collection", "url", "uhepp", "comment"]