From 8a407fe6f53510bd59b35afc51740938dcda3dcb Mon Sep 17 00:00:00 2001 From: root Date: Thu, 11 Dec 2008 10:34:20 +0100 Subject: add contact page --- templates/contact.html | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 templates/contact.html (limited to 'templates') diff --git a/templates/contact.html b/templates/contact.html new file mode 100644 index 0000000..e81d9d9 --- /dev/null +++ b/templates/contact.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} +{% block title %}Imprint{% endblock %} +{% block content %} +

Contact

+If you encounter any problems or wish to send us some other message, please write to:

+dev@spline.de
+{% endblock %} -- cgit v1.2.3