From c759258010e6c0fc3c3fdbf489f0bd05c9ea17ce Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Mon, 15 Sep 2014 17:53:20 +0200 Subject: [PATCH] management requests table reorganization --- portal/templates/management-tab-requests.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal/templates/management-tab-requests.html b/portal/templates/management-tab-requests.html index 2445aabc..e59394a1 100644 --- a/portal/templates/management-tab-requests.html +++ b/portal/templates/management-tab-requests.html @@ -107,7 +107,7 @@ {% endif %} {{ request.type }} - {{authority|default:request.site_name}} + {{request.site_authority}} {% if request.type == 'user' %} {{request.first_name}} {{request.last_name}} <{{request.email}}> -- 2.43.0