fix last_dpp
This commit is contained in:
parent
f54dce0979
commit
e23fed5c13
|
@ -118,7 +118,7 @@ class PublicDeviceWebView(TemplateView):
|
||||||
|
|
||||||
key = self.pk
|
key = self.pk
|
||||||
if last_dpp:
|
if last_dpp:
|
||||||
key = last_dpp.signature
|
key += ":"+last_dpp.signature
|
||||||
|
|
||||||
url = "https://{}/did/{}".format(
|
url = "https://{}/did/{}".format(
|
||||||
self.request.get_host(),
|
self.request.get_host(),
|
||||||
|
|
Loading…
Reference in a new issue