﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
9568	admin/login.html should contain empty nav-global block	Wayne K. Werner	nobody	"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."		closed	contrib.admin	1.0		fixed			Accepted	1	0	0	0	0	0
