Nick - I removed some irrelevant stuff earlier, and removed those tags by mistake.
Cheers, N//On 1 July 2013 22:20, Nick Dokos <ndokos@gmail.com> wrote:
Nigel Legg <nigel.legg@gmail.com> writes:Nothing to do with the problem, so just an fyi: <body> and </form> are missing.
> 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>
>
--
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+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.
For more options, visit https://groups.google.com/groups/opt_out.
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.
For more options, visit https://groups.google.com/groups/opt_out.
No comments:
Post a Comment