From c6a665ac9a96bb9fd7564f9cfc1e53a5bc1c9366 Mon Sep 17 00:00:00 2001 From: Nelson Elhage Date: Wed, 30 Dec 2009 00:07:55 -0500 Subject: [PATCH] Wordpress 'participants' page template. --- templates/users.tmpl | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 templates/users.tmpl diff --git a/templates/users.tmpl b/templates/users.tmpl new file mode 100644 index 0000000..0c58f20 --- /dev/null +++ b/templates/users.tmpl @@ -0,0 +1,22 @@ + + + + + + +% for u in userlist: + + + + + +% endfor +
WhoBlog linkStart Week
${u.username} + % if u.links: + % for a in u.links: + ${a[0]} + % endfor + % else: + Undecided + % endif + ${u.start}
-- 2.30.2