This commit is contained in:
Cayo Puigdefabregas 2023-06-05 16:03:35 +02:00
parent 9119143a63
commit b29086e46d
1 changed files with 1 additions and 1 deletions

View File

@ -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