#8392 closed (fixed)
Small typo in project urls.py template
| Reported by: | Ramiro Morales | Owned by: | nobody |
|---|---|---|---|
| Component: | Uncategorized | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Ready for checkin | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
It's located in the comment above the commented-out entry for the admin app.
Attachments (1)
Change History (4)
by , 17 years ago
| Attachment: | prj_template_typo.diff added |
|---|
comment:1 by , 17 years ago
| milestone: | → 1.0 |
|---|---|
| Triage Stage: | Unreviewed → Ready for checkin |
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [8432]) Fixed #8392 -- Corrected a typo in the project urls.py template. Thanks ramiro for the patch.