Opened 13 years ago
Closed 13 years ago
#18521 closed Cleanup/optimization (fixed)
Add appropriate reST role to templates named in view docs
| Reported by: | Ben Spaulding | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admindocs | Version: | dev |
| Severity: | Normal | Keywords: | admindocs |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | yes | UI/UX: | no |
Description
Django ships with views that document the template used, but which do not correctly use the :template: reST role. This means that the admindocs build broken links for these templates.
Change History (2)
comment:1 by , 13 years ago
| Has patch: | set |
|---|
comment:2 by , 13 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
The pull request was merged in 8855f9380e93d759eea93c32cdf25b76b72e15c4.
Note:
See TracTickets
for help on using tickets.
I have made the fix on a branch and made a GitHub pull request.