From: Thadeu Lima de Souza Cascardo Date: Tue, 9 Oct 2007 20:13:40 +0000 (-0300) Subject: Fix escaping in template. X-Git-Url: http://git.cascardo.info/?p=cascardo%2Feventmanager.git;a=commitdiff_plain;h=f2e7d215a75986ec9b7e32cbc3ea56bc9ce7f4c0 Fix escaping in template. --- diff --git a/templates/grade.html b/templates/grade.html index b6a3be0..44858af 100644 --- a/templates/grade.html +++ b/templates/grade.html @@ -16,9 +16,9 @@ {% ifchanged p.time_start %} - p.time_start + {{ p.time_start }} {% endifchanged %} - p.titulo + {{ p.titulo }} {% ifchanged p.dia %}