django - Set field as the second field of my form -


i use django-allauth. how can set item_name form field second field of form?(currently first field after rendering in html)

class customsignupform(forms.form):     item_name = forms.charfield(...)     def signup(self, request, user):         pass  account_signup_form_class = 'app.forms.customsignupform' 


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -