formatting
This commit is contained in:
parent
82f9d3a792
commit
8f12741d76
14 changed files with 411 additions and 344 deletions
|
@ -309,7 +309,7 @@ class OnlineSource(ModelSQL, ModelView):
|
|||
oname=self.rec_name,
|
||||
))
|
||||
return url
|
||||
else :
|
||||
else:
|
||||
if self.url:
|
||||
return Template(self.url).substitute({
|
||||
'isin': isin if isin is not None else '',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue