#29191: Admin page title
------------------------------------------------+------------------------
               Reporter:  Dmitrij Strelnikov    |          Owner:  nobody
                   Type:  Cleanup/optimization  |         Status:  new
              Component:  contrib.admin         |        Version:  2.0
               Severity:  Normal                |       Keywords:
           Triage Stage:  Unreviewed            |      Has patch:  0
    Needs documentation:  0                     |    Needs tests:  0
Patch needs improvement:  0                     |  Easy pickings:  0
                  UI/UX:  0                     |
------------------------------------------------+------------------------
 Hi guys, I do have some admin improvements proposal.
 The page title is generated automatically by django with default model
 names but I found big issue with current approach.
 Title on change/add/remove pages contains

 {{{
 {% blocktrans %}Change selected {{ model }}{% endblocktrans %}
 {% blocktrans %}Add another {{ model }}{% endblocktrans %}
 {% blocktrans %}Delete selected {{ model }}{% endblocktrans %}
 }}}

 When you have open few more tabs, it's actually show only 'Change
 selecte...' next to favico.
 So with bunch of tabs you have absolutely no idea what tab is representing
 what page without manually activating particular tab.

 What do you think is it possible to add the model name at the beginning of
 the title?
 {{{
 {% blocktrans %}{{ model }} change selected{% endblocktrans %}
 }}}

 etc..I know it should be translated for all languages.
 I'm able to create PR if you agree with the proposal.

 Thanks

-- 
Ticket URL: <https://code.djangoproject.com/ticket/29191>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/053.b82e2b6f63f9dda878f25cda20a22007%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to