summaryrefslogtreecommitdiff
path: root/app/resume
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2018-07-07 20:41:09 -0400
committerluxagraf <sng@luxagraf.net>2018-07-07 20:41:09 -0400
commit6a2393e6819ea09aeb559354a69746750aa8cbdf (patch)
tree0ac9890740f9afcd9720ea9b550a3895d95ecb50 /app/resume
parentfe13c3830c6b36fb8f78009a788650a992cb3070 (diff)
added campsite model, refactored some code to avoid circular imports,
reorganized some auxilary functions and fixed broken build JS.
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):