# HG changeset patch
# User Lennard de Rijk
# Date 1233428573 0
# Node ID 18d0e10b02f78ace15cf717cecfc9a4d9233604c
# Parent 69a9134c5c7ef55b8ce3cbf5614a775b5461df89
Added a view and templates for the organization admin.
This means that org admins can now be created/invited.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
diff -r 69a9134c5c7e -r 18d0e10b02f7 app/soc/templates/soc/org_admin/list/heading.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app/soc/templates/soc/org_admin/list/heading.html Sat Jan 31 19:02:53 2009 +0000
@@ -0,0 +1,4 @@
+
+
Organization ID
+
Admin ID
+
diff -r 69a9134c5c7e -r 18d0e10b02f7 app/soc/templates/soc/org_admin/list/row.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app/soc/templates/soc/org_admin/list/row.html Sat Jan 31 19:02:53 2009 +0000
@@ -0,0 +1,8 @@
+
diff -r 69a9134c5c7e -r 18d0e10b02f7 app/soc/templates/soc/org_admin/manage.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app/soc/templates/soc/org_admin/manage.html Sat Jan 31 19:02:53 2009 +0000
@@ -0,0 +1,28 @@
+{% extends "soc/org_admin/public.html" %}
+{% comment %}
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+
+{% block header_title %}
+{{ page_name }} {{ entity.link_id }} for {{ entity.scope_path }}
+{% endblock %}
+
+{% block manage %}
+
+
+ Please select the appropriate action:
+
+
+
+
+{% endblock %}
diff -r 69a9134c5c7e -r 18d0e10b02f7 app/soc/templates/soc/org_admin/public.html
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/app/soc/templates/soc/org_admin/public.html Sat Jan 31 19:02:53 2009 +0000
@@ -0,0 +1,31 @@
+{% extends "soc/base.html" %}
+{% comment %}
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+{% endcomment %}
+{% load forms_helpers %}
+
+{% block header_title %}
+{{ page_name }} {{ entity.link_id }} for {{ entity.scope_path }}
+{% endblock %}
+
+{% block body %}
+