From 44b1580610f27807c38c407e41a743e14ce9f7a0 Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Sun, 30 Nov 2014 07:52:56 +0100 Subject: [PATCH] unicode fix --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 90c2c3f..0b46a41 100644 --- a/templates/index.html +++ b/templates/index.html @@ -27,7 +27,7 @@ {% for uid in data[entry][1] %} - {{uid.data}} + {{uid.data.decode('utf-8')}} {% endfor %} {% endfor %} -- 2.39.2