Hello, I'm not sure what is going on here. In my template I have the following code:
{% ifequal pinfo.shape "Round" %}Its Round{% else %}{{ pinfo.shape }} {% endifequal %} Everytime I run this code it goes directly to the else statement and {{ pinfo.material }} prints out Round. I'm not sure why it goes to the else statement everytime if {{ pinfo.shape }} is Round. //////////////// My code in my view is as follows: request.session['info'].update(shape=ProductShape.objects.get(id=request['shape'])) return render_to_response('search.htm', {'pinfo': request.session['info']} --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---