From ba0c03b4eeab19bd97235c8141733a44f219b3ed Mon Sep 17 00:00:00 2001 From: Charles Holbrow Date: Thu, 18 Apr 2013 13:25:03 -0400 Subject: [PATCH] check if the note has html in note_detail template #105 --- karmaworld/templates/notes/note_detail.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/karmaworld/templates/notes/note_detail.html b/karmaworld/templates/notes/note_detail.html index fb358c0..e797918 100644 --- a/karmaworld/templates/notes/note_detail.html +++ b/karmaworld/templates/notes/note_detail.html @@ -38,14 +38,16 @@
- + {% if note.html %}
-
-- 2.25.1