python - Django Form doesn't validate when I add a prefix -



python - Django Form doesn't validate when I add a prefix -

i have form needed add together prefix run javascript. problem form won't validate. have set fields required = false , tried saving form, still doesn't validate.

any thought why happening?

as illustration form 1) validates, form 2) not:

1) addclassform() 2) addclassform(prefix="add")

python django forms

Comments

Popular posts from this blog

python - How to add an model instance to a django queryset? -

Using Android Volley to post an array to PHP -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -