summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/sketches/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/sketches/models.py b/app/sketches/models.py
index 702b490..aa21678 100644
--- a/app/sketches/models.py
+++ b/app/sketches/models.py
@@ -6,7 +6,7 @@ from django import forms
from locations.models import Location
from django.urls import reverse
-from utils.util import render_images, parse_image
+from utils.util import render_images, parse_image, markdown_to_html
from locations.models import CheckIn
def render_images(s):