Skip to content

Commit b1a9dd1

Browse files
committed
Increased program short_description length to 125
1 parent fc06b2d commit b1a9dd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

partner_programs/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def count_views(self, program):
2424
return get_views_count(program)
2525

2626
def get_short_description(self, program):
27-
return program.description[:100]
27+
return program.description[:125]
2828

2929
def get_is_user_liked(self, obj):
3030
# fixme: copy-paste in every serializer...

0 commit comments

Comments
 (0)