Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fogleman committed Sep 16, 2011
1 parent 8fc3377 commit 82a87fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@
</ul> </ul>
<div> <div>
{% if game.state == 3 %} {% if game.state == 3 %}
{% for word in game.get_words() %} {% for word in game.get_words() %}{{ word }}{% if not loop.last %}, {% endif %}{% endfor %}
{{ word }}{% if not loop.last %}, {% endif %}
{% endfor %}
{% endif %} {% endif %}
</div> </div>
<script> <script>
Expand Down

0 comments on commit 82a87fa

Please sign in to comment.