From c65a8639c1bd108494fad7b3a5cf993a7a857331 Mon Sep 17 00:00:00 2001 From: Cayo Puigdefabregas Date: Mon, 11 Dec 2023 13:41:19 +0100 Subject: [PATCH] fix form --- promotion/forms.py | 1 + 1 file changed, 1 insertion(+) diff --git a/promotion/forms.py b/promotion/forms.py index 9ef48dc..5b96423 100644 --- a/promotion/forms.py +++ b/promotion/forms.py @@ -10,6 +10,7 @@ from django.core.exceptions import ValidationError from utils.idhub_ssikit import create_verifiable_presentation from oidc4vp.models import Organization, Authorization +from promotion.models import Promotion class WalletForm(forms.Form):