From 3fd70d27267227c06f1e940156dc7b788b3b6eef Mon Sep 17 00:00:00 2001 From: Miguel Barao Date: Fri, 5 Jun 2015 18:26:50 +0100 Subject: [PATCH] - information icon on test.html --- templates/test.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/templates/test.html b/templates/test.html index ce984dc..00296dc 100644 --- a/templates/test.html +++ b/templates/test.html @@ -135,12 +135,14 @@ % if q['type'] == 'information':
+ Informação
-
-

${i+1}.

- ${pretty(q['text'])} -
+
+ +

${i+1}.

+ ${pretty(q['text'])} +
% elif q['type'] == 'warning':