mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 23:05:10 +01:00
Started with refactor to use Vue.js, tags split into list
This commit is contained in:
@@ -449,7 +449,7 @@ class Bookmark(BaseModel):
|
||||
'url': self.url,
|
||||
'created': self.created_date.strftime('%Y-%m-%d %H:%M:%S'),
|
||||
'url_hash': self.url_hash,
|
||||
'tags': self.tags,
|
||||
'tags': self.tags.split(','),
|
||||
}
|
||||
return result
|
||||
|
||||
|
||||
Reference in New Issue
Block a user