fix form
This commit is contained in:
parent
f81394e1f3
commit
c65a8639c1
|
@ -10,6 +10,7 @@ from django.core.exceptions import ValidationError
|
||||||
|
|
||||||
from utils.idhub_ssikit import create_verifiable_presentation
|
from utils.idhub_ssikit import create_verifiable_presentation
|
||||||
from oidc4vp.models import Organization, Authorization
|
from oidc4vp.models import Organization, Authorization
|
||||||
|
from promotion.models import Promotion
|
||||||
|
|
||||||
|
|
||||||
class WalletForm(forms.Form):
|
class WalletForm(forms.Form):
|
||||||
|
|
Loading…
Reference in New Issue