From 0866651af1c4d4d350d691a284cb33d5fc9520f2 Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sun, 20 Feb 2011 18:05:47 -0600 Subject: [PATCH] Web (Storycraft): use for ... empty --- web/templates/storycraft/index.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/web/templates/storycraft/index.html b/web/templates/storycraft/index.html index 6501942..3813596 100644 --- a/web/templates/storycraft/index.html +++ b/web/templates/storycraft/index.html @@ -34,13 +34,11 @@

Storycraft

- {% if games %} {% for game in games %} {% include 'storycraft/tmpl_game_summary.html' %} - {% endfor %} - {% else %} + {% empty %}

No storycraft games. :(

- {% endif %} + {% endfor %}