We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc06b2d commit b1a9dd1Copy full SHA for b1a9dd1
1 file changed
partner_programs/serializers.py
@@ -24,7 +24,7 @@ def count_views(self, program):
24
return get_views_count(program)
25
26
def get_short_description(self, program):
27
- return program.description[:100]
+ return program.description[:125]
28
29
def get_is_user_liked(self, obj):
30
# fixme: copy-paste in every serializer...
0 commit comments