From c31ea9a8907dff87666566251dab3966756c1d9a Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Tue, 31 Jul 2018 18:22:06 +0200 Subject: Fix users template --- templates/users.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/templates/users.html b/templates/users.html index 9eeb533..8490311 100644 --- a/templates/users.html +++ b/templates/users.html @@ -1,16 +1,16 @@ -
- - - - - - {{# users }} + + + + + + {{# users }} + - {{/ users }} - + + {{/ users }}
idusernamereal nameemail
idusernamereal nameemail
{{ .id }} {{ .username }} {{ .realname() }} {{ .email() }}
-- cgit v1.2.3