summaryrefslogtreecommitdiff
path: root/app/people/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/people/models.py')
-rw-r--r--app/people/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/people/models.py b/app/people/models.py
index b4bc2cc..1a07b16 100644
--- a/app/people/models.py
+++ b/app/people/models.py
@@ -3,7 +3,7 @@ from django.template.defaultfilters import slugify
from taggit.managers import TaggableManager
from locations.models import Location
-from utils.widgets import markdown_to_html
+from utils.util import markdown_to_html
class Person(models.Model):