Commit 1d04b000 by Matt Tuchfarber

Forgot to add the new field to the serializer

parent 6886283d
...@@ -32,7 +32,8 @@ class JournalSerializer(serializers.ModelSerializer): ...@@ -32,7 +32,8 @@ class JournalSerializer(serializers.ModelSerializer):
'card_image_url', 'card_image_url',
'short_description', 'short_description',
'full_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