﻿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
8130	url pattern resolving doesn't work for urls that have groups (ex: admin)	alperkanat	nobody	"this is the line in urls.py for admin app:

url(r'^admin/(.*)', admin.site.root, name='admin_page'),

i'm calling this within the template like this:

{% url admin_page '' %} - django can't resolve and match the '' part.. it says:

TemplateSyntaxError at /tr/blog/
Could not parse the remainder: '''' from ''''

If I write any word I want (instead of '' part) in {% url admin_page '' %} then it would work fine...."		closed	Core (Other)	dev		invalid			Unreviewed	0	0	0	0	0	0
