Fix CSRF bug.

This commit is contained in:
Isaac Bythewood
2012-07-24 23:26:38 +00:00
parent 493ef04a45
commit 93f9d23470
10 changed files with 56 additions and 5 deletions

View File

@@ -61,3 +61,4 @@ class PinForm(forms.ModelForm):
class Meta:
model = Pin
exclude = ['submitter']