From f2e7d215a75986ec9b7e32cbc3ea56bc9ce7f4c0 Mon Sep 17 00:00:00 2001 From: Thadeu Lima de Souza Cascardo Date: Tue, 9 Oct 2007 17:13:40 -0300 Subject: [PATCH] Fix escaping in template. --- templates/grade.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %} -- 2.20.1