]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/forms.py
Show the name of the user on the accepted answer notification.
[osqa.git] / forum / forms.py
index 2196981f6258c31e1c3ca373a7e45a66c0d4e2ce..978ef175eeed03a60e5d47c44c81f78e9e3efe43 100644 (file)
@@ -8,7 +8,7 @@ from forum.models import User
 
 from django.utils.safestring import mark_safe
 from forum.utils.forms import NextUrlField, UserNameField, SetPasswordForm
-from django.conf import settings
+from forum import settings
 import logging
 
 class TitleField(forms.CharField):