add did document link to device details page #44

Merged
pedro merged 11 commits from diddocument into main 2025-01-30 08:50:38 +00:00
Showing only changes of commit 096704935d - Show all commits

View file

@ -90,7 +90,7 @@ class NewSnapshotView(ApiMixing):
ev_uuid = data["credentialSubject"].get("uuid")
if not ev_uuid:
txt = "error: the snapshot not have uuid"
txt = "error: the snapshot does not have an uuid"
logger.error("%s", txt)
return JsonResponse({'status': txt}, status=500)