From 445d555c2b19913330149c07bcf0718e700c31e3 Mon Sep 17 00:00:00 2001 From: Ciro Scognamiglio Date: Mon, 15 Sep 2014 17:54:41 +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 e59394a1..48a5be06 100644 --- a/portal/templates/management-tab-requests.html +++ b/portal/templates/management-tab-requests.html @@ -107,7 +107,7 @@ {% endif %} {{ request.type }} - {{request.site_authority}} + {{authority|default:request.site_authority}} {% if request.type == 'user' %} {{request.first_name}} {{request.last_name}} <{{request.email}}> -- 2.43.0