Navigation Menu

Skip to content

Commit

Permalink
Hiding default text in photo descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelclay committed Dec 25, 2010
1 parent cea11f0 commit 1771741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/post-detail.html
Expand Up @@ -44,7 +44,7 @@

<li class="photo-detail content">
<img src="{{ photo.get_large_url }}" />
{% if photo.description and 'historic district' not in photo.description %}
{% if photo.description and 'Part of New York Field Guide' not in photo.description %}
<div class="photo-detail-description">{{ photo.description|safe }}</div>
{% endif %}
<a href="{{ photo.photopage_url }}" title="{{ photo.title }} at Flickr" class="photo-detail-date">{{ photo.taken_date|date:"F j, Y"}}</a>
Expand Down

0 comments on commit 1771741

Please sign in to comment.