From 85caff7dd1a02f897be5fceee1b2d7e7b4ef955a Mon Sep 17 00:00:00 2001 From: Erik Stein Date: Mon, 29 Jan 2018 10:12:34 +0100 Subject: [PATCH] Fixed import. --- shared/markup/content.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/markup/content.py b/shared/markup/content.py index 6029b0e..2d1f004 100644 --- a/shared/markup/content.py +++ b/shared/markup/content.py @@ -6,7 +6,7 @@ from django.utils.translation import ugettext_lazy as _ from django.utils.safestring import mark_safe from django.utils.html import conditional_escape, linebreaks -from .utils import markdown_to_html +from .markdown_utils import markdown_to_html class MarkupContent(models.Model):