On Jun 30, 8:05 pm, "Paolo Ambrosio" <[EMAIL PROTECTED]>
wrote:
> On Mon, Jun 30, 2008 at 4:52 PM, Ayaz Ahmed Khan
>
> <[EMAIL PROTECTED]> wrote:
> > [...]  The variable "next"
> > does have that particular value (I verified both by printing it out
> > and by making sure {% if next %} evaluates to True).  However, the
> > "ifequal" expression just doesn't work.
>
> Are you passing it through the context while invoking the template?

I, myself, am not passing that particular value.  I am calling the
built-in login view provided by Django -- which is ``from
django.contrib.auth.views import login''.  That view passes the "next"
as part of the context while rendering the login template.

--
Ayaz Ahmed Khan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to