#9568: admin/login.html should contain empty nav-global block
---------------------------+------------------------------------------------
 Reporter:  AmanKow        |       Owner:  nobody    
   Status:  new            |   Milestone:            
Component:  Uncategorized  |     Version:  1.0       
 Keywords:                 |       Stage:  Unreviewed
Has_patch:  0              |  
---------------------------+------------------------------------------------
 The admin/login.html template includes an empty 'breadcrumbs' block, to
 make sure that any breadcrumbs are suppressed.  As the login form is
 presented in a small frame, much like a popup where breadcrumbs are also
 supressed, this seems reasonable.

 However, while nav-global blocks are suppressed in popups (along with the
 entire header), they do however appear on the login dialog.  This causes
 the login page to look strange, at the least, for anyone employing the
 nav-global block in a custom admin/base_site.html or admin/base.html.

 Inserting {% block nav-global %}{% endblock %} near the empty breadcrumbs
 block would eliminate this eyesore.

 I am doing so in a custom admin/login.html currently to deal with this,
 but I think this is probably an oversight in the 'real' admin/login.html.
 Understandable in that the nav-global block is probably rarely used.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/9568>
Django <http://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 post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to