Hello,
I defined my form with a comboField like:
class addressForm (forms.Form):
...
language = forms.ComboField()
...
and I fill in like that:
languages = Language.objects.all()
data = {
...
'language': languages,
... }
but what I see in the navigator is a t
Sorry I wrote "templete" instead of "template" ...
On 23 ago, 12:31, altahay <[EMAIL PROTECTED]> wrote:
> Hello to all,
>
> I know my question could be a bit silly but... I dont know how to do
> it. Do anybody know how to do arithmetic operations in a templ
Hello to all,
I know my question could be a bit silly but... I dont know how to do
it. Do anybody know how to do arithmetic operations in a templete?
{{elem}}
what I want to do is something like {{ elem }} + 100
thank you in advance.
--~--~-~--~~~---~--~~
Yo
3 matches
Mail list logo