Thanks to all . But Tome and Russel answers were absolutely correct.Worked
like a charm.
{% templatetag openvariable %} hello {% templatetag closevariable
On Fri, Oct 19, 2012 at 4:16 PM, Russell Keith-Magee <
russ...@keith-magee.com> wrote:
> On Fri, Oct 19, 2012 at 6:21 PM, Nikhil Verma
>
On Fri, Oct 19, 2012 at 6:21 PM, Nikhil Verma wrote:
> Hello people
>
> I need some suggestion in a problem.
>
> How can i stop django template engine not executing {{name}}. Meaning I do
> not want that {{}}, the value should be printed it should somehow pass into
> the browser as it is.
> If i
On Fri, Oct 19, 2012 at 11:40 AM, Tomas Ehrlich wrote:
> Hi Nikhil,
> you can't do that with django template system without additional "raw" tag.
>
> Here's a relevant article:
> http://www.holovaty.com/writing/django-two-phased-rendering/
>
> Cheers,
> Tom
Oh really?
{% templatetag openvariabl
Hi Nikhil,
you can't do that with django template system without additional "raw" tag.
Here's a relevant article:
http://www.holovaty.com/writing/django-two-phased-rendering/
Cheers,
Tom
Dne Fri, 19 Oct 2012 15:51:39 +0530
Nikhil Verma napsal(a):
> Hello people
>
> I need some suggestion in
Just put something between the {{ so the templating engine will not be
tempted to interpret it. {{ should do the trick, for example.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To view this discussion on the web visit
https://groups.goog
5 matches
Mail list logo