Commit 3f50b21d by Matt Tuchfarber

Forgot to add the new field to the serializer

parent 2baf30c7
......@@ -32,7 +32,8 @@ class JournalSerializer(serializers.ModelSerializer):
'card_image_url',
'short_description',
'full_description',
'access_length'
'access_length',
'status'
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment