diff core/widgets.py @ 609:678a1a2ef55a

For issue 16, add country flag icons to user profiles & forum posts.
author Brian Neal <bgneal@gmail.com>
date Sat, 28 Jul 2012 15:12:09 -0500
parents ee87ea74d46b
children
line wrap: on
line diff
--- a/core/widgets.py	Thu Jul 26 14:18:10 2012 -0500
+++ b/core/widgets.py	Sat Jul 28 15:12:09 2012 -0500
@@ -5,7 +5,6 @@
 from django import forms
 from django.utils.safestring import mark_safe
 from django.core.urlresolvers import reverse
-from django.conf import settings
 
 
 class AutoCompleteUserInput(forms.TextInput):