How to get Label alignment to top of TextField in form

2015-09-13 Thread joulu tervehdys
Hi, I have TextField in model. story = models.TextField() When it shows up in form label is aligned down beside big Textarea. Label should align top beside Textarea in order to get user see it first. How to implement it so? Thanks for help - be ginner -- You received this message because you a

Re: modelFormSet and csrf

2015-02-24 Thread joulu tervehdys
Hi,Yes csrf was missing, but got it working by changing render_to_response to render. Surprising that example code was not designed to work as such Still I would like to get action buttons for each row. Admin view has at least some kind of links in each row. -thanks 2015-02-24 12:52 GMT+02:00 aRk