From ccdeb9c1767092ce8c73de96cd90f93ef961c8af Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 11 Jul 2018 12:27:56 -0400 Subject: fixed small import bug in sketches --- app/sketches/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') 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): -- cgit v1.2.3-70-g09d2