On Tue, 2008-07-01 at 23:01 -0700, Yosifov Pavel wrote:
>
>
> On 2 июл, 10:54, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> > On Tue, 2008-07-01 at 20:44 -0700, Yosifov Pavel wrote:
> > > I made own tags. Sometimes I want to "rendering" arguments (when
> > > arguments of the tag are Django-t
On 2 июл, 10:54, Malcolm Tredinnick <[EMAIL PROTECTED]> wrote:
> On Tue, 2008-07-01 at 20:44 -0700, Yosifov Pavel wrote:
> > I made own tags. Sometimes I want to "rendering" arguments (when
> > arguments of the tag are Django-template-expressions). So, I use
> > template.render() method. All is
On Tue, 2008-07-01 at 20:44 -0700, Yosifov Pavel wrote:
> I made own tags. Sometimes I want to "rendering" arguments (when
> arguments of the tag are Django-template-expressions). So, I use
> template.render() method. All is OK but it's look like this:
>
> {% some_tag {{var}} %}
You can put wha
I made own tags. Sometimes I want to "rendering" arguments (when
arguments of the tag are Django-template-expressions). So, I use
template.render() method. All is OK but it's look like this:
{% some_tag {{var}} %}
but in built-in tags this is usually without {{..}}:
{% builtin_tag var %}
What i
4 matches
Mail list logo