Wednesday, June 24, 2015

Re: why my button render on top of the form?

I found that if the form is inside a table. then it acts funky =(....


 
On Wednesday, June 24, 2015 at 2:12:23 PM UTC-5, dk wrote:
<form action={{ action }} method="post">
    {% csrf_token %}
    {{ form }}
    <p></p>
    <input type="submit" value="{{ button_text }}"/>

I expected since the form  its first than the input type submit,   I should get my form, and below the button right?

but instead I get the button on the top,  and then the form. I am missing something?



--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ed698b57-4cb9-4ae5-9bb5-cdbcda9df742%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment