Add save method to index

fix_refresh_data
PCoder 1 year ago
parent f272481bf6
commit 2c83c3e322

@ -673,7 +673,8 @@ Involved scientist''')
self.organisation if self and self.organisation else "",
self.position if self and self.position else "",
self.biography if self and self.biography else ""
] if self else [])
] if self else "")
self.save()
return True
else:
return False

Loading…
Cancel
Save