mirror of
https://github.com/sissbruecker/linkding.git
synced 2025-08-14 05:59:29 +02:00
Improve bookmark form accessibility (#1116)
* Bump Django * Render error messages in English * Remove unused USE_L10N option * Associate errors and help texts with form fields * Make checkbox inputs clickable * Change cancel button text * Fix tests
This commit is contained in:
@@ -12,9 +12,9 @@ click==8.1.7
|
||||
# via black
|
||||
coverage==7.6.1
|
||||
# via -r requirements.dev.in
|
||||
django==5.1.10
|
||||
django==5.2.3
|
||||
# via django-debug-toolbar
|
||||
django-debug-toolbar==4.4.6
|
||||
django-debug-toolbar==5.2.0
|
||||
# via -r requirements.dev.in
|
||||
execnet==2.1.1
|
||||
# via pytest-xdist
|
||||
|
Reference in New Issue
Block a user