mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
3857a08bdb
The attribute action="" (empty string) on the <form> element is invalid HTML5. The spec (https://html.spec.whatwg.org/#attr-fs-action) says: > The action and formaction content attributes, if specified, must have > a value that is a valid non-empty URL potentially surrounded by > spaces. Emphasis on non-empty. The action attribute is allowed to be omitted, in which case the current URL is used which is the same behavior as now. |
||
---|---|---|
.. | ||
templates | ||
__init__.py | ||
admin.py | ||
custom_has_permission_admin.py | ||
customadmin.py | ||
forms.py | ||
models.py | ||
test_actions.py | ||
test_adminsite.py | ||
test_autocomplete_view.py | ||
test_forms.py | ||
test_history_view.py | ||
test_multidb.py | ||
test_templatetags.py | ||
tests.py | ||
urls.py | ||
views.py |