From c66fb1445796f8bf5508773d4487e428aabcdaf4 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Fri, 3 Dec 2010 23:46:14 +0100 Subject: moved settings --- templates/apps/name/acls.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 templates/apps/name/acls.html (limited to 'templates/apps') diff --git a/templates/apps/name/acls.html b/templates/apps/name/acls.html new file mode 100644 index 0000000..89bbdc2 --- /dev/null +++ b/templates/apps/name/acls.html @@ -0,0 +1,14 @@ +{% extends "edit.html" %} +{% load permdisplay %} +{% block beforeform %} +

Permissions on {{name}}

+ +{% for ace in acl %} + + + + + +{% endfor %} +
Members of {{ace.dst}} ({{ace.dst.short}}){{ace.data|permdisplay}}
+{% endblock %} \ No newline at end of file -- cgit v1.1