mirror of
https://github.com/bookwyrm-social/bookwyrm.git
synced 2024-11-25 11:01:12 +00:00
parent
aacba3e7cf
commit
cd9efe8cbf
1 changed files with 2 additions and 0 deletions
|
@ -30,5 +30,7 @@ def description_format(description):
|
|||
@register.filter(name='author_bio')
|
||||
def bio_format(bio):
|
||||
''' clean up OL author bios '''
|
||||
if isinstance(bio, dict) and 'value' in bio:
|
||||
bio = bio['value']
|
||||
bio = bio.split('\n')
|
||||
return bio[0].strip()
|
||||
|
|
Loading…
Reference in a new issue