From 75799dc3be7a33ad53cdc7f76a35c6277a8f3e7d Mon Sep 17 00:00:00 2001 From: Gustavo Date: Sun, 9 Apr 2017 21:40:33 -0300 Subject: [PATCH] Image problem solved --- news/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/news/forms.py b/news/forms.py index f27be70..932b8a8 100644 --- a/news/forms.py +++ b/news/forms.py @@ -37,4 +37,4 @@ class NewsForm(forms.ModelForm): return ValueError - return image + return image -- libgit2 0.21.2