summaryrefslogtreecommitdiffstats
path: root/index.py
diff options
context:
space:
mode:
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)