Skip to content

Commit

Permalink
Brain was clearly living in backwards boolean land
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosman committed Jun 23, 2011
1 parent 6e77b63 commit b3716d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/topics/templates/topics/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ <h1 class="light noMargin">{{ topic.name }}</h1>
<section id="subNav" class="w1 clearfix">
<ul class="c1">
{% if topic.image -%}
<img class="block" src="http://placehold.it/140x140/eee/ccc">
{% else -%}
<img class="block" src="{{ MEDIA_URL }}{{ topic.image }}">
{% else -%}
<img class="block" src="http://placehold.it/140x140/eee/ccc">
{% endif -%}
<li class="selected"><a class="brandColor" href="{{ url('topics_show', slug=topic.slug) }}">{{ topic.name }}</a></li>
<li><a href="#">{{ _('About {topic}')|f(topic=topic.name) }}</a></li>
Expand Down

0 comments on commit b3716d2

Please sign in to comment.