From 748a79d9dbf787b6e6777019bcbceb0f30d966fe Mon Sep 17 00:00:00 2001 From: "Ing. Jan KRCMAR" Date: Thu, 8 Mar 2018 10:34:52 +0100 Subject: [PATCH] accounts/templates/account.html fix missig tr in table --- accounts/templates/account.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/accounts/templates/account.html b/accounts/templates/account.html index 9da2c3e..0b39978 100644 --- a/accounts/templates/account.html +++ b/accounts/templates/account.html @@ -26,8 +26,10 @@ {% for publickey in publickeys %} + {{ publickey.keyname }} {{ publickey.keypublic|truncatechars:64 }} + {% endfor %}