summaryrefslogtreecommitdiff
path: root/index.py
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2011-12-08 00:49:56 +0100
committerequinox <equinox@diac24.net>2011-12-08 01:41:48 +0100
commit4d291fed17de95d32ad3870e515d8d9c5b8fe13f (patch)
treed6d9fe6d67a6ab6f832f7db9c3e6e04d1fb29ca3 /index.py
parentff8df62dfad7aa990254914400fe57a3bebbe163 (diff)
add calendar menu item
Diffstat (limited to 'index.py')
-rwxr-xr-xindex.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/index.py b/index.py
index 6b68057..0b38f95 100755
--- a/index.py
+++ b/index.py
@@ -55,6 +55,10 @@ class SubdapSite(object):
def cfg8021x(s, username = "username"):
return render(errors = {}, username = username)
+ @expose('calendar.html')
+ def calendar(s):
+ return render(errors = {})
+
def login_perform(s, username, password):
dn = ldapf("cn=%s,ou=people,dc=sublab,dc=org", [username])
try: