Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions dejacode/static/css/dejacode_bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,9 @@ body.signup-form .nav-link.active {
body.signup-form label {
display: none;
}
body.signup-form label.altcha-label {
display: initial !important;
}
body.signup-form #div_id_updates_email_notification label {
display: block;
margin-bottom: 0!important;
Expand Down
3 changes: 2 additions & 1 deletion dje/registration.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ class DejaCodeRegistrationForm(RegistrationFormUniqueEmail):

use_required_attribute = True
captcha = AltchaField(
floating=True,
floating="auto",
hidefooter=True,
hidelogo=True,
)

class Meta(RegistrationFormUniqueEmail.Meta):
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
# Base configuration tools
"setuptools==80.9.0",
"wheel==0.45.1",
"pip==25.1.1",
"pip==25.3",
# Django
"Django==5.2.7",
"asgiref==3.10.0",
Expand All @@ -51,7 +51,7 @@ dependencies = [
"django-debug-toolbar==6.0.0",
# CAPTCHA
"altcha==0.2.0",
"django_altcha==0.3.0",
"django_altcha==0.4.0",
# REST API
"djangorestframework==3.16.1",
# API documentation
Expand Down Expand Up @@ -98,14 +98,14 @@ dependencies = [
"six==1.17.0",
"requests==2.32.5",
"idna==3.11",
"charset-normalizer==3.4.3",
"charset-normalizer==3.4.4",
"PyYAML==6.0.2",
"cython==3.1.1",
"zipp==3.23.0",
"XlsxWriter==3.2.9",
# Markdown
"markdown==3.9",
"bleach==6.2.0",
"bleach==6.3.0",
"bleach_allowlist==1.0.3",
"webencodings==0.5.1",
# Authentication
Expand Down
18 changes: 0 additions & 18 deletions thirdparty/dist/bleach-6.2.0-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
18 changes: 18 additions & 0 deletions thirdparty/dist/bleach-6.3.0-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
about_resource: bleach-6.3.0-py3-none-any.whl
name: bleach
version: 6.3.0
download_url: https://files.pythonhosted.org/packages/cd/3a/577b549de0cc09d95f11087ee63c739bba856cd3952697eec4c4bb91350a/bleach-6.3.0-py3-none-any.whl
package_url: pkg:pypi/bleach@6.3.0
license_expression: apache-2.0 AND mit
copyright: Copyright bleach project contributors
attribute: yes
track_changes: yes
checksum_md5: 582f05dac01de36bf93c8e05b9cba11b
checksum_sha1: 74792becf1c32fb1edd3e04594acaee490969170
licenses:
- key: apache-2.0
name: Apache License 2.0
file: apache-2.0.LICENSE
- key: mit
name: MIT License
file: mit.LICENSE
14 changes: 0 additions & 14 deletions thirdparty/dist/charset_normalizer-3.4.3-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
14 changes: 14 additions & 0 deletions thirdparty/dist/charset_normalizer-3.4.4-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
about_resource: charset_normalizer-3.4.4-py3-none-any.whl
name: charset-normalizer
version: 3.4.4
download_url: https://files.pythonhosted.org/packages/0a/4c/925909008ed5a988ccbb72dcc897407e5d6d3bd72410d69e051fc0c14647/charset_normalizer-3.4.4-py3-none-any.whl
package_url: pkg:pypi/charset-normalizer@3.4.4
license_expression: mit
copyright: Copyright Ahmed TAHRI @Ousret, Denny Vrandecic, TAHRI Ahmed R.
attribute: yes
checksum_md5: a425e0aabe24dde0df1bc1eaca464c5b
checksum_sha1: f8e205046cfeb85815f79705565c73be32e5c193
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
Binary file removed thirdparty/dist/django_altcha-0.3.0-py3-none-any.whl
Binary file not shown.
17 changes: 0 additions & 17 deletions thirdparty/dist/django_altcha-0.3.0-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
17 changes: 17 additions & 0 deletions thirdparty/dist/django_altcha-0.4.0-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
about_resource: django_altcha-0.4.0-py3-none-any.whl
name: django-altcha
version: 0.4.0
download_url: https://files.pythonhosted.org/packages/c4/d7/e5cae136502860f25628532614cb81f4982ef65101e497ce774a8a70c803/django_altcha-0.4.0-py3-none-any.whl
package_url: pkg:pypi/django-altcha@0.4.0
license_expression: mit AND unknown-license-reference
copyright: Copyright Daniel Regeci
attribute: yes
checksum_md5: 6fa8832efc1f5f036e0e5fee602cf3b4
checksum_sha1: ac52db4601c7c828deaeb15b9ece68b7aaf51794
licenses:
- key: mit
name: MIT License
file: mit.LICENSE
- key: unknown-license-reference
name: Unknown License file reference
file: unknown-license-reference.LICENSE
14 changes: 0 additions & 14 deletions thirdparty/dist/pip-25.1.1-py3-none-any.whl.ABOUT

This file was deleted.

Binary file not shown.
21 changes: 21 additions & 0 deletions thirdparty/dist/pip-25.3-py3-none-any.whl.ABOUT
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
about_resource: pip-25.3-py3-none-any.whl
name: pip
version: '25.3'
download_url: https://files.pythonhosted.org/packages/44/3c/d717024885424591d5376220b5e836c2d5293ce2011523c9de23ff7bf068/pip-25.3-py3-none-any.whl
package_url: pkg:pypi/pip@25.3
license_expression: apache-2.0 AND bsd-new AND unknown-license-reference
copyright: Copyright pip project contributors
attribute: yes
track_changes: yes
checksum_md5: 4bbbf9f0745c4117c8ecc77c561ef74b
checksum_sha1: 8de392fcd36b5622be9a2b16e07117158c377533
licenses:
- key: apache-2.0
name: Apache License 2.0
file: apache-2.0.LICENSE
- key: bsd-new
name: BSD-3-Clause
file: bsd-new.LICENSE
- key: unknown-license-reference
name: Unknown License file reference
file: unknown-license-reference.LICENSE