﻿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
5408	Url tag first argument should be able to be a context variable	Øyvind Saltvik <oyvind@…>	Philippe Raoult	"If the first view/name argument to the url tag used a context var it would be easier to reuse in inculded templates

I have two views that takes the same kwargs i could do

{{{

{% with ""someview"" as myview %}
{% url myview slug=object.slug %}
{% endwith %}

}}}

Instead of writing the same code twice.

So:
{{{

{% url ""someview"" slug=object.slug %}

{% url myview slug=object.slug %}

}}}

Would mean the same thing"		closed	Template system	dev		duplicate			Design decision needed	1	0	1	0	0	0
