Re: django mathfiters

2018-02-28 Thread sum abiut
o-users@googlegroups.com>] *On Behalf Of *sum abiut > *Sent:* Wednesday, February 21, 2018 4:43 PM > *To:* django-users@googlegroups.com > *Subject:* Re: django mathfiters > > > > Thanks for your response. Yes the value was actually None. how to i > display 42 instead of not

Re: django mathfiters

2018-02-27 Thread Peter of the Norse
} > {{ a }} > {% endif %} > > From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On > Behalf Of sum abiut > Sent: Wednesday, February 21, 2018 4:43 PM > To: django-users@googlegroups.com > Subject: Re: django mathfiters > > Thanks for your respo

Re: django mathfiters

2018-02-21 Thread sum abiut
gt; > > *From:* django-users@googlegroups.com [mailto:django-users@ > googlegroups.com] *On Behalf Of *sum abiut > *Sent:* Wednesday, February 21, 2018 4:43 PM > *To:* django-users@googlegroups.com > *Subject:* Re: django mathfiters > > > > Thanks for your response. Yes the value w

RE: django mathfiters

2018-02-21 Thread Matthew Pava
@googlegroups.com Subject: Re: django mathfiters Thanks for your response. Yes the value was actually None. how to i display 42 instead of not displaying anything at all. I have try using the if statement to check for the value of c if its None i just display the value of a, and if is not None i add

Re: django mathfiters

2018-02-21 Thread sum abiut
Thanks for your response. Yes the value was actually None. how to i display 42 instead of not displaying anything at all. I have try using the if statement to check for the value of c if its None i just display the value of a, and if is not None i add the values. But still its displaying nothing.

RE: django mathfiters

2018-02-21 Thread Matthew Pava
Check the value of b.value. Make sure it isn’t None. From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of sum abiut Sent: Wednesday, February 21, 2018 4:06 PM To: django-users@googlegroups.com Subject: django mathfiters Hi, How to you a zero in mathfilter