How to fill in a comboField in a form

2007-08-23 Thread altahay
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

Re: Arithmetic operations in a templete

2007-08-23 Thread altahay
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

Arithmetic operations in a templete

2007-08-23 Thread altahay
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