Skip to content

Commit

Permalink
fix buttons with voting off
Browse files Browse the repository at this point in the history
  • Loading branch information
potch committed Feb 3, 2011
1 parent 2fc49c7 commit 9417181
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/static/templates/static/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ <h2>Game Over- for now!</h2>
<p>The votes are in, the winners are announced, and we're fresh out of quarters.
<p>Thanks to all who entered, the voters, and our judges!
</div>
{% if settings.ALLOW_VOTING %}
<div class="button right">
<a href="{% url games.view_list %}"><br>Play the Games</a>
</div>
<div class="button left">
<a href="{% url games.winners %}"><br>See the Winners</a>
</div>
{% endif %}
{% endblock %}

0 comments on commit 9417181

Please sign in to comment.