summaryrefslogtreecommitdiff
path: root/app/notes/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/notes/models.py')
-rw-r--r--app/notes/models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/notes/models.py b/app/notes/models.py
index eb3faeb..76670f5 100644
--- a/app/notes/models.py
+++ b/app/notes/models.py
@@ -3,7 +3,7 @@ import datetime
from django.db import models
from django.urls import reverse
from django.utils import timezone
-from django.utils.html import format_html
+from django.utils.html import format_html, format_html_join
from taggit.managers import TaggableManager
from utils.util import markdown_to_html