Skip to content
This repository has been archived by the owner on Nov 22, 2020. It is now read-only.

Commit

Permalink
only shows considering list if values > 0
Browse files Browse the repository at this point in the history
  • Loading branch information
rouge8 committed Oct 3, 2011
1 parent fdf0093 commit e516782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Expand Up @@ -30,5 +30,5 @@ <h2>Considering...</h2>
$for i in range(len(nearby_objects_values)):
$ value = nearby_objects_values[i][0]
$ object = nearby_objects_values[i][1]
$if object:
$if object and value > 0:
<p>$object.name = $value</p>

0 comments on commit e516782

Please sign in to comment.