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 da873aa commit 07c1240Copy full SHA for 07c1240
requirements.txt
@@ -1,6 +1,7 @@
1
aboutcode.pipeline==0.1.0
2
aiosignal==1.2.0
3
alabaster==0.7.12
4
+altcha==0.2.0
5
asgiref==3.8.1
6
asttokens==2.0.5
7
async-timeout==4.0.2
vulnerabilities/forms.py
@@ -49,7 +49,6 @@ class ApiUserCreationForm(forms.ModelForm):
49
captcha = AltchaField(
50
floating=True,
51
hidefooter=True,
52
- hidelogo=True,
53
)
54
55
class Meta:
@@ -112,5 +111,4 @@ class AdminLoginForm(AdminAuthenticationForm):
112
111
113
114
115
116
0 commit comments