summaryrefslogtreecommitdiff
path: root/app/projects/models/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/projects/models/base.py')
-rw-r--r--app/projects/models/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/projects/models/base.py b/app/projects/models/base.py
index 23d2af4..26a0122 100644
--- a/app/projects/models/base.py
+++ b/app/projects/models/base.py
@@ -5,7 +5,7 @@ from django.contrib.sitemaps import Sitemap
from django.template.defaultfilters import truncatewords_html
from django.contrib.syndication.views import Feed
-from utils import markdown2 as markdown
+import markdown
from photos.models import PhotoGallery