From 9e7e1a5ea6e802e49d12c72ca7dcd89807ec16c7 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 6 Oct 2010 01:05:29 -0500 Subject: Make it actually possible to upload a new dev image We need to both submit the form with the correct encoding and then bind the form itself to request.FILES and not just request.POST. Signed-off-by: Dan McGee --- templates/devel/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/devel/profile.html') diff --git a/templates/devel/profile.html b/templates/devel/profile.html index 4da6dad..2f16801 100644 --- a/templates/devel/profile.html +++ b/templates/devel/profile.html @@ -6,7 +6,7 @@

Developer Profile

-
{% csrf_token %} + {% csrf_token %}

Note: This is the public information shown on the developer and/or TU profiles page, so please be appropriate with the information you provide here.

-- cgit v1.2.3-24-g4f1b