fix firstname
This commit is contained in:
parent
25c7d9eee0
commit
c8e802c958
|
@ -674,7 +674,6 @@ class VerificableCredential(models.Model):
|
||||||
'organisation': settings.ORGANIZATION or '',
|
'organisation': settings.ORGANIZATION or '',
|
||||||
}
|
}
|
||||||
context.update(d)
|
context.update(d)
|
||||||
context['firstName'] = ""
|
|
||||||
return context
|
return context
|
||||||
|
|
||||||
def render(self, domain):
|
def render(self, domain):
|
||||||
|
|
Loading…
Reference in New Issue