diff options
author | luxagraf <sng@luxagraf.net> | 2018-07-11 12:27:56 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2018-07-11 12:27:56 -0400 |
commit | ccdeb9c1767092ce8c73de96cd90f93ef961c8af (patch) | |
tree | 8e5af1398e16c533945f2d44d73dd340ae041920 /app | |
parent | cd2b724e01195ae097871607fe61db70e5e8d92b (diff) |
fixed small import bug in sketches
Diffstat (limited to 'app')
-rw-r--r-- | app/sketches/models.py | 2 |
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): |