Skip to content

Commit 07c1240

Browse files
committed
fix1
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent da873aa commit 07c1240

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
aboutcode.pipeline==0.1.0
22
aiosignal==1.2.0
33
alabaster==0.7.12
4+
altcha==0.2.0
45
asgiref==3.8.1
56
asttokens==2.0.5
67
async-timeout==4.0.2

vulnerabilities/forms.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ class ApiUserCreationForm(forms.ModelForm):
4949
captcha = AltchaField(
5050
floating=True,
5151
hidefooter=True,
52-
hidelogo=True,
5352
)
5453

5554
class Meta:
@@ -112,5 +111,4 @@ class AdminLoginForm(AdminAuthenticationForm):
112111
captcha = AltchaField(
113112
floating=True,
114113
hidefooter=True,
115-
hidelogo=True,
116114
)

0 commit comments

Comments
 (0)