From: Ciro Scognamiglio Date: Mon, 15 Sep 2014 15:58:03 +0000 (+0200) Subject: management requests table reorganization X-Git-Tag: myslice-1.2~1^2~43 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=0f8fc6ba7a5d7d9a9c99ea8efb60143b833ee40b management requests table reorganization --- diff --git a/portal/templates/management-tab-requests.html b/portal/templates/management-tab-requests.html index 48a5be06..bdac9797 100644 --- a/portal/templates/management-tab-requests.html +++ b/portal/templates/management-tab-requests.html @@ -89,10 +89,6 @@ {% for authority, requests in my_authorities.items %} -
-

{{authority|default:"Authorities"}}

-
-
{% for request in requests %} @@ -106,8 +102,8 @@ {% if request.allowed == 'expired' %}expired{% else %}denied{% endif %} {% endif %} - - + +
{{ request.type }}{{authority|default:request.site_authority}}{{ request.type }}{{authority}}{{request.site_authority}} {% if request.type == 'user' %} {{request.first_name}} {{request.last_name}} <{{request.email}}> @@ -126,7 +122,6 @@ {% endfor %}
-
{% endfor %} {% else %}