fix
This commit is contained in:
parent
9119143a63
commit
b29086e46d
|
@ -160,7 +160,7 @@ class DidView(View):
|
||||||
url_last = ''
|
url_last = ''
|
||||||
if last_dpp:
|
if last_dpp:
|
||||||
url_last = 'https://{host}/{did}'.format(
|
url_last = 'https://{host}/{did}'.format(
|
||||||
did=last_dpp, host=app.config.get('HOST')
|
did=last_dpp.key, host=app.config.get('HOST')
|
||||||
)
|
)
|
||||||
data['url_last'] = url_last
|
data['url_last'] = url_last
|
||||||
return result
|
return result
|
||||||
|
|
Reference in New Issue