aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2011-08-22 21:03:46 +0300
committerTheo Chatzimichos <tampakrap@gentoo.org>2011-08-22 21:03:46 +0300
commit512244be8566afa03124386937e8d42a69dbd177 (patch)
tree850505d226639db5618a83fb332697c713c6cb4e /templates
parentMerge branch 'ldap' (diff)
downloadidentity.gentoo.org-512244be8566afa03124386937e8d42a69dbd177.tar.gz
identity.gentoo.org-512244be8566afa03124386937e8d42a69dbd177.tar.bz2
identity.gentoo.org-512244be8566afa03124386937e8d42a69dbd177.zip
New Addressbook under account/all
Diffstat (limited to 'templates')
-rw-r--r--templates/account/all.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/account/all.html b/templates/account/all.html
new file mode 100644
index 0000000..4e57605
--- /dev/null
+++ b/templates/account/all.html
@@ -0,0 +1,7 @@
+<ul>
+{% for user in users %}
+ {% for attr in user %}
+ <li>attr</li>
+ {% endfor %}
+{% endfor %}
+</ul>