From f871bb2aba11d1aab12543c74d71080cc0eb7d60 Mon Sep 17 00:00:00 2001 From: Modulos Date: Mon, 8 May 2017 01:43:47 +0200 Subject: [PATCH] Show correct user name and email --- hosting/templates/hosting/bills.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosting/templates/hosting/bills.html b/hosting/templates/hosting/bills.html index cc1883fb..1e789e12 100644 --- a/hosting/templates/hosting/bills.html +++ b/hosting/templates/hosting/bills.html @@ -21,8 +21,8 @@ {% for user in users %} - {{ user.name}} - {{ user.email}} CHF + {{ user.user.name}} + {{ user.user.email}}