We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79e4c86 commit a0d898bCopy full SHA for a0d898b
backend/donations/forms/redirection.py
@@ -50,6 +50,7 @@ def clean_signature(self):
50
signature = self.cleaned_data["signature"]
51
if signature and not signature.lower().startswith("data:image/svg+xml;base64,"):
52
raise forms.ValidationError(_("Invalid signature format"))
53
+ return signature
54
55
def clean_phone_number(self):
56
raw_phone_number = self.cleaned_data["phone_number"]
0 commit comments