From a959bb76a8e6154df85bbb91ce828aa041e1f0f9 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Mon, 15 Oct 2007 10:57:20 -0200 Subject: [PATCH] endfor was misplaced --- templates/programacao.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/programacao.html b/templates/programacao.html index 93d5ef8..c67188d 100644 --- a/templates/programacao.html +++ b/templates/programacao.html @@ -28,13 +28,13 @@
Palestrante{{ p.palestrante.all|pluralize }}: -
- {% endfor %}
{% for x in p.palestrante.all %} {{x.nome|capfirst}} {% ifnotequal p.palestrante.all|length 1%}
{% endifnotequal %}
+
+ {% endfor %} {% endfor %} {% else %}
-- 2.20.1