From dfa5804ff2c84362996c624ebbdb5a4351960424 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Sun, 7 Oct 2012 19:35:48 +0100 Subject: [PATCH] Fix error icon to show the actual message on hover --- pacmanager/core/templates/core/key_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacmanager/core/templates/core/key_list.html b/pacmanager/core/templates/core/key_list.html index 760a65c..ac3bce1 100644 --- a/pacmanager/core/templates/core/key_list.html +++ b/pacmanager/core/templates/core/key_list.html @@ -14,7 +14,7 @@ {% if perms.delete_key %} {% endif %} - {% if obj.error %}{% endif %} + {% if obj.error %}{% endif %} {% endfor %}