#29375 closed Cleanup/optimization (fixed)
Remove empty form action attribute
| Reported by: | CHI Cheng | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Accepted | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
According to the stackoverflow discussion, action="" can be omitted from most <form> tags in docs.
If it's accepted, I'll create a pull request based on this commit: https://github.com/chicheng/django/commit/d1d3658eef1e435c08ac1d6a67793f6c3d9e6f1a
Change History (4)
comment:1 by , 8 years ago
| Triage Stage: | Unreviewed → Accepted |
|---|
comment:2 by , 8 years ago
Note:
See TracTickets
for help on using tickets.
Pull request: https://github.com/django/django/pull/9914
One build failed: https://djangoci.com/job/pull-requests-trusty/database=postgres,label=trusty-pr,python=python3.6/18012/console
File "/home/jenkins/workspace/pull-requests-trusty/database/postgres/label/trusty-pr/python/python3.6/django/core/cache/backends/memcached.py", line 154, in __init__ import memcache ModuleNotFoundError: No module named 'memcache' Build step 'Execute shell' marked build as failure Recording test results ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error? Finished: FAILURE