summaryrefslogtreecommitdiffstats
path: root/index.py
diff options
context:
space:
mode:
authorroot <root@dev.spline.de>2008-12-11 10:34:20 +0100
committerroot <root@dev.spline.de>2008-12-11 10:34:20 +0100
commit8a407fe6f53510bd59b35afc51740938dcda3dcb (patch)
treecdd99bcc8cb51ffaff381043bacae838d6adaa98 /index.py
parent1f0bf783196855d16057fd7e4c3a0610cee99986 (diff)
downloaddev-account-8a407fe6f53510bd59b35afc51740938dcda3dcb.tar.gz
dev-account-8a407fe6f53510bd59b35afc51740938dcda3dcb.tar.xz
dev-account-8a407fe6f53510bd59b35afc51740938dcda3dcb.zip
add contact page
Diffstat (limited to 'index.py')
-rw-r--r--index.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.py b/index.py
index 2640667..38512e3 100644
--- a/index.py
+++ b/index.py
@@ -346,6 +346,9 @@ def imprint(req):
(c, s, cursor) = session_start(req, None)
return render_to_string("imprint.html", c)
+def contact(req):
+ (c, s, cursor) = session_start(req, None)
+ return render_to_string("contact.html", c)
def new_project(req, **formdata):
(c, s, cursor) = session_start(req, False)