kenneth gonsalves
unread,Jul 9, 2012, 7:48:17 AM7/9/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to django...@googlegroups.com
On Mon, 2012-07-09 at 04:27 -0700, mapapage wrote:
> In my django app I'm using modelForms and not simple django forms so
> in order to render the form I just do {{ form.as_table }} an the
> template and everything is being displayed. That's simple, but
> obviously any html code is being skipped, so I wonder how will I
> further customize my form (css stuff etc)+(I'd like to use twitter
> bootstrap) Is there any way? I also want to upload a file, but how am
> I going to add the required header <form method="post" action='./'{%
> if form.is_multipart %} enctype='multipart/form-data'{% endif %}>
> since my form is being automatically rendered only by
> {{ form.as_table }}? It confuses me.. can anyone help?
please paste your template
--
regards
Kenneth Gonsalves