diff news/forms.py @ 849:ff645a692791

For issue #79, use bleach to sanitize both user input markdown & html.
author Brian Neal <bgneal@gmail.com>
date Thu, 30 Oct 2014 19:30:37 -0500
parents ee87ea74d46b
children 19b86e684cc2
line wrap: on
line diff
--- a/news/forms.py	Tue Oct 28 19:33:14 2014 -0500
+++ b/news/forms.py	Thu Oct 30 19:30:37 2014 -0500
@@ -6,7 +6,6 @@
 from django.conf import settings
 
 from news.models import PendingStory
-from news.models import Category
 
 
 class AddNewsForm(forms.ModelForm):