summaryrefslogtreecommitdiff
path: root/app/resume
diff options
context:
space:
mode:
Diffstat (limited to 'app/resume')
-rw-r--r--app/resume/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/resume/models.py b/app/resume/models.py
index 0dcc160..68f9a7e 100644
--- a/app/resume/models.py
+++ b/app/resume/models.py
@@ -2,7 +2,7 @@ from django.db import models
from django.utils.encoding import force_text
from django.urls import reverse
-from utils.widgets import markdown_to_html
+from utils.util import markdown_to_html
class Publisher(models.Model):