diff --git a/TODO b/TODO index 57b7fb1..e69de29 100644 --- a/TODO +++ b/TODO @@ -1,3 +0,0 @@ -known bugs: - -html problem in mails: 14" -> 14" diff --git a/evapp/templates/evapp/dataloop.txt b/evapp/templates/evapp/dataloop.txt index c1593b3..a0b1b94 100644 --- a/evapp/templates/evapp/dataloop.txt +++ b/evapp/templates/evapp/dataloop.txt @@ -1,5 +1,9 @@ {% autoescape off %} {% for key, value in data.items %} + {% if key == 'laptop' %} + {{ key }}: {{ value | safe}} + {% else %} {{ key }}: {{ value }} + {% endif %} {% endfor %} {% endautoescape %}