﻿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
951	admin_url is without /admin/ path in bookmarklets	Nebojša Đorđević - nesh <nesh@…>	Adrian Holovaty	"When I fixed #950 I still got invalid url-s from bookmarklets.html.

In source:django/trunk/django/contrib/admin/views/doc.py#1476,  url is generated like this:

{{{
#!python
def bookmarklets(request):
    return render_to_response('admin_doc/bookmarklets', {
        'admin_url': ""%s://%s"" % (os.environ.get('HTTPS') == 'on' and 'https' or 'http', request.META['HTTP_HOST']),
    }, context_instance=DjangoContext(request))
}}}

and that only returns my site root '''without''' /admin/ path."	defect	closed	contrib.admin		normal	fixed		nesh@…	Unreviewed	0	0	0	0	0	0
