Fix various issues

This commit is contained in:
rubenwardy
2018-12-21 14:02:57 +00:00
parent e5b279d013
commit dd368d87aa
4 changed files with 9 additions and 8 deletions

View File

@@ -406,7 +406,7 @@ class Package(db.Model):
"author": self.author.display_name,
"name": self.name,
"title": self.title,
"short_descriptionesc": self.shortDesc,
"short_description": self.shortDesc,
"desc": self.desc,
"type": self.type.toName(),
"created_at": self.created_at,