From 69d732e1c075b7646d3cb3bbf79acde42252dd90 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 20 Jan 2011 18:19:43 +0200 Subject: works good --- templates/main.html | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'templates/main.html') diff --git a/templates/main.html b/templates/main.html index d45f7a7..4a2a3c1 100644 --- a/templates/main.html +++ b/templates/main.html @@ -23,16 +23,26 @@

Top7 Foosball League

{% endblock %} -
+

Games

{% block contentArea %} + {% for m in matches%} -

{{ m }}

+ + + + + + + + + {% endfor %} +
{{ m.player1 }}{{ m.player2 }}{{ m.player3 }}{{ m.player4 }}{{ m.score1 }}{{ m.score2 }}{{ m.date }}
{% endblock %}
-
+

New Match