From 17717419d3584010ce5b254a4310ae5a5adcbdf5 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Fri, 24 Dec 2010 23:48:09 -0500 Subject: [PATCH] Hiding default text in photo descriptions. --- templates/post-detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/post-detail.html b/templates/post-detail.html index cdde159..1e47aa5 100644 --- a/templates/post-detail.html +++ b/templates/post-detail.html @@ -44,7 +44,7 @@
  • - {% if photo.description and 'historic district' not in photo.description %} + {% if photo.description and 'Part of New York Field Guide' not in photo.description %}
    {{ photo.description|safe }}
    {% endif %} {{ photo.taken_date|date:"F j, Y"}}