From 236ad4c8dbef414ef29348634fd0a6ccded1a1d6 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 17 Aug 2008 12:08:12 +0200 Subject: initial import --- templates/projects.html | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 templates/projects.html (limited to 'templates/projects.html') diff --git a/templates/projects.html b/templates/projects.html new file mode 100644 index 0000000..d3dd1c3 --- /dev/null +++ b/templates/projects.html @@ -0,0 +1,53 @@ +{% extends "base.html" %} +{% block title %}Your projects{% endblock %} +{% block content %} +

Your projects

+

+The projects you are currently member of: +

+
+
+ + + + + + {% for proj in projects %} + + + + + + + {% endfor %} +
project nameoptions
{{ proj.0 }}leavemembers + delete
+
+
+ + + +
+
+{% endblock %} -- cgit v1.2.3