From 6a2393e6819ea09aeb559354a69746750aa8cbdf Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 7 Jul 2018 20:41:09 -0400 Subject: added campsite model, refactored some code to avoid circular imports, reorganized some auxilary functions and fixed broken build JS. --- app/resume/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/resume') diff --git a/app/resume/models.py b/app/resume/models.py index 0dcc160..68f9a7e 100644 --- a/app/resume/models.py +++ b/app/resume/models.py @@ -2,7 +2,7 @@ from django.db import models from django.utils.encoding import force_text from django.urls import reverse -from utils.widgets import markdown_to_html +from utils.util import markdown_to_html class Publisher(models.Model): -- cgit v1.2.3-70-g09d2