Nigel Legg <nigel.l...@gmail.com> writes: > template datatables.html: > <!DOCTYPE HTML> > <html> > <header> > <title>Make Tables</title> > </header> > <!-- Action form --> > <form action="{% url "list" %}" method="post" > enctype="multipart/formdata">{% csrf_token %} > > <p> {{ form.datFile.label_tag }} {{ form.datFile }} </p> > <p> {{ form.structFile.label_tag }} {{ form.structFile }} > </p> > <p> {{ form.bannerVar.label_tag}} {{ form.bannerVar }} > </p> > <p> {{ form.stubVar.label_tag}} {{ form.stubVar }} </p> > <p> {{ form.stubNets.label_tag }} {{ form.stubNets }} </p> > > <p><input type="submit" value="Confirm selections" /></p> > > </body> > </html> >
Nothing to do with the problem, so just an fyi: <body> and </form> are missing. -- Nick -- 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+unsubscr...@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. For more options, visit https://groups.google.com/groups/opt_out.