summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-03-07 23:56:19 +0100
committerLeif Johansson <leifj@sunet.se>2011-03-07 23:56:19 +0100
commit3d9c135d4a1ecd9f6629d86de0716f7d8dc9431b (patch)
treecfe06e8ad04563c401f03406741892d4495f7975
parent7777ab12df9e91bb657f000bf58e6737e89b51a3 (diff)
unused
-rw-r--r--templates/apps/name/addace.html18
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/apps/name/addace.html b/templates/apps/name/addace.html
index 17d8362..90eccc2 100644
--- a/templates/apps/name/addace.html
+++ b/templates/apps/name/addace.html
@@ -30,22 +30,4 @@
$( this ).removeClass( "ui-corner-top" ).addClass( "ui-corner-all" );
}
});
-{% endblock %}
-{% block beforeform %}
-<h1>Permissions on {{name.short}}</h1>
-<div id="acl" style="margin-bottom: 20px;">
-{% for ace in acl %}
-<div id="{{acc.id}}">
- <h3 class="listheader">Permissions for {{ace.dst|acldstdisplay}}</h3>
- <div>
- <div>{{ace.dst|acldstdisplay}} {{ace.data|permdisplay}}.</div>
- <div class="rlist button">
- <ul>
- <li><a href="/namelink/{{ace.id}}/remove">Remove</a></li>
- </ul>
- </div>
- </div>
-</div>
-{% endfor %}
-</div>
{% endblock %} \ No newline at end of file