diff options
Diffstat (limited to 'templates/apps/name/addace.html')
-rw-r--r-- | templates/apps/name/addace.html | 18 |
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 |