summaryrefslogtreecommitdiff
path: root/app/planner/templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/planner/templates')
-rw-r--r--app/planner/templates/planner/idea-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/planner/templates/planner/idea-list.html b/app/planner/templates/planner/idea-list.html
index 7785288..76f37d2 100644
--- a/app/planner/templates/planner/idea-list.html
+++ b/app/planner/templates/planner/idea-list.html
@@ -7,7 +7,7 @@
{% for object in object_list %}
<article>
<h3 class="campname">{{object.state}} - {{object.name}} <small><a href="{% url 'luxplanner:update' object.pk %}">edit</a></small></h3>
- <div class="notes">{{object.notes_html|safe|urlize}}</div>
+ <div class="notes">{{object.notes_html|safe}}</div>
<ul class="icons">
{% if object.has_water %}<li class="water">water</li>{% endif %}
{% if object.has_dump %}<li class="water">dump</li>{% endif %}