Opened 16 years ago
Closed 16 years ago
#10729 closed (duplicate)
Titles of all pages on Django site including docs start with a word 'Django', which results in a usability issue
Reported by: | amiroff | Owned by: | nobody |
---|---|---|---|
Component: | *.djangoproject.com | Version: | 1.0 |
Severity: | Keywords: | title, web site, documentation, usability | |
Cc: | amiroff@… | Triage Stage: | Unreviewed |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Titles in all pages under Djangoproject.com start with the word Django, which is of course normal. But when developers have many tabs of documentation pages open, it's often very hard to distinguish between which pages are currently open, making it hard to use and switch to.
All templates on site inherit from http://code.djangoproject.com/browser/djangoproject.com/django_website/templates/base.html template file, so I guess placing Django word after the title block would fix this annoyance. At least, it would be nice to do this for Documentation pages.
I'm also attaching a screenshot showing the problem.
File showing the usability issue with many tabs opened.