From 40aa62f687ca0f283d3b877bc4767078b1d843fc Mon Sep 17 00:00:00 2001 From: Sanjay B Date: Mon, 12 Aug 2013 16:50:24 +0530 Subject: [PATCH] fix file uploads by adding form enctype --- itf/templates/test/person_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itf/templates/test/person_form.html b/itf/templates/test/person_form.html index 98b7ccb..7169c83 100644 --- a/itf/templates/test/person_form.html +++ b/itf/templates/test/person_form.html @@ -177,7 +177,7 @@ $(function(){ Please correct the errors below and re-submit. {% endif %} -
+ {% csrf_token %}