django-powcaptcha 0.0.3__py3-none-any.whl → 0.0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- django_powcaptcha/templates/django_powcaptcha/widget.html +1 -1
- {django_powcaptcha-0.0.3.dist-info → django_powcaptcha-0.0.4.dist-info}/METADATA +14 -2
- {django_powcaptcha-0.0.3.dist-info → django_powcaptcha-0.0.4.dist-info}/RECORD +6 -6
- {django_powcaptcha-0.0.3.dist-info → django_powcaptcha-0.0.4.dist-info}/WHEEL +1 -1
- {django_powcaptcha-0.0.3.dist-info → django_powcaptcha-0.0.4.dist-info/licenses}/LICENSE +0 -0
- {django_powcaptcha-0.0.3.dist-info → django_powcaptcha-0.0.4.dist-info}/top_level.txt +0 -0
|
@@ -15,7 +15,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
window.myCaptchaCallback = (nonce) => {
|
|
18
|
-
Array.from(document.querySelectorAll("input[name
|
|
18
|
+
Array.from(document.querySelectorAll("input[name$='powcaptcha_nonce']")).forEach(e => e.value = nonce);
|
|
19
19
|
Array.from(document.querySelectorAll("input[type='submit']")).forEach(e => e.disabled = false);
|
|
20
20
|
Array.from(document.querySelectorAll("button[type='submit']")).forEach(e => e.disabled = false);
|
|
21
21
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: django-powcaptcha
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.4
|
|
4
4
|
Summary: Django PowCaptcha form field/widget app.
|
|
5
5
|
Home-page: https://github.com/aeyoll/django-powcaptcha
|
|
6
6
|
Author: Jean-Philippe Bidegain
|
|
@@ -26,6 +26,18 @@ Classifier: Programming Language :: Python :: 3.11
|
|
|
26
26
|
Description-Content-Type: text/markdown
|
|
27
27
|
License-File: LICENSE
|
|
28
28
|
Requires-Dist: django
|
|
29
|
+
Dynamic: author
|
|
30
|
+
Dynamic: author-email
|
|
31
|
+
Dynamic: classifier
|
|
32
|
+
Dynamic: description
|
|
33
|
+
Dynamic: description-content-type
|
|
34
|
+
Dynamic: home-page
|
|
35
|
+
Dynamic: keywords
|
|
36
|
+
Dynamic: license
|
|
37
|
+
Dynamic: license-file
|
|
38
|
+
Dynamic: project-url
|
|
39
|
+
Dynamic: requires-dist
|
|
40
|
+
Dynamic: summary
|
|
29
41
|
|
|
30
42
|
# Django PowCaptcha
|
|
31
43
|
|
|
@@ -4,9 +4,9 @@ django_powcaptcha/client.py,sha256=AWYE82MUR-DLK7gtGx5Q-MZ4VTBQoMeRt_fr3SdCt_s,1
|
|
|
4
4
|
django_powcaptcha/fields.py,sha256=4Kx9RN-oCsoBVzYdenM73UgZqvqo6pISh17mIAMB7rs,200
|
|
5
5
|
django_powcaptcha/forms.py,sha256=gcTDVPdmyXGvkwQjR63wbczF9-nQKWlwsM_WsFWbe8Y,735
|
|
6
6
|
django_powcaptcha/widgets.py,sha256=SqGcmraMRQdbzVav5Hm3CF-6KdA-wiEZI_B0tXayEOk,609
|
|
7
|
-
django_powcaptcha/templates/django_powcaptcha/widget.html,sha256=
|
|
8
|
-
django_powcaptcha-0.0.
|
|
9
|
-
django_powcaptcha-0.0.
|
|
10
|
-
django_powcaptcha-0.0.
|
|
11
|
-
django_powcaptcha-0.0.
|
|
12
|
-
django_powcaptcha-0.0.
|
|
7
|
+
django_powcaptcha/templates/django_powcaptcha/widget.html,sha256=DqHrtLBQm13RGcj-ll7VhJs-q-okdcorv50JNxYU72c,948
|
|
8
|
+
django_powcaptcha-0.0.4.dist-info/licenses/LICENSE,sha256=EaUvjNHHdVXQTD7w9zcrkLZbRcLEnQ6Q0IekrbN3QUg,1509
|
|
9
|
+
django_powcaptcha-0.0.4.dist-info/METADATA,sha256=Ds8k9WuVcjhZqK-Rsbc-HozXNTGarHV2U24TMfbjuvs,2096
|
|
10
|
+
django_powcaptcha-0.0.4.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
|
|
11
|
+
django_powcaptcha-0.0.4.dist-info/top_level.txt,sha256=aEMCJ3_ll_timVB-47n6gL3LGDhHHPkdkv3lnvaJBNQ,18
|
|
12
|
+
django_powcaptcha-0.0.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|