fix last_dpp

This commit is contained in:
Cayo Puigdefabregas 2025-02-14 10:30:15 +01:00
parent f54dce0979
commit e23fed5c13

View file

@ -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(),