Opened 16 years ago
Closed 15 years ago
#9770 closed (fixed)
extraneous slash in search link of "Welcome to the new documentation" message
Reported by: | Gary Wilson | Owned by: | nobody |
---|---|---|---|
Component: | *.djangoproject.com | Version: | |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The {{ home }}
already contains a trailing slash. The attached patch changes link to use {{ search }}
, which is being passed to the template but not used.
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | searchlink.diff added |
---|
comment:1 by , 16 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
That bunch of code must've been removed from the template for some other reason, because it's no longer in there.