summaryrefslogtreecommitdiff
path: root/app/figments
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/figments
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/figments')
-rw-r--r--app/figments/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/figments/models.py b/app/figments/models.py
index 69cf9a0..d871f4d 100644
--- a/app/figments/models.py
+++ b/app/figments/models.py
@@ -7,7 +7,7 @@ from django.contrib.syndication.views import Feed
from django.db.models.signals import post_save
from django.dispatch import receiver
-from utils.widgets import markdown_to_html
+from utils.util import markdown_to_html
from .ebook import generate_epub_file