From cb7916afb02fae346181f7aa7decbe39b0e3dfb9 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 7 Apr 2025 19:24:11 -0500 Subject: notes: bug fix --- app/notes/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/notes') 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 -- cgit v1.2.3