Skip to content

Commit 6975d8f

Browse files
committed
removed confusing inline titles
1 parent 7068131 commit 6975d8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

starfish/chapters/models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ class Meta:
8383
]
8484

8585
def __str__(self):
86-
return self.get_role_display()
86+
return ''
8787

8888

8989
class ChapterSocialLink(models.Model):
@@ -96,7 +96,7 @@ class ChapterSocialLink(models.Model):
9696
history = HistoricalRecords()
9797

9898
def __str__(self):
99-
return self.platform
99+
return ''
100100

101101

102102
class ChapterZip(models.Model):

0 commit comments

Comments
 (0)