diff templates/index.html @ 23:709edf15f90e

Add a index view to display links to the three functions
author Björn Ricks <bjoern.ricks@intevation.de>
date Mon, 29 Sep 2014 16:07:49 +0200
parents
children 3e83888fb8d8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/templates/index.html	Mon Sep 29 16:07:49 2014 +0200
@@ -0,0 +1,15 @@
+{% extends 'base.html' %}
+
+{% block content %}
+<ul>
+    <li>
+    <a href="/convert/">Convert</a>
+    </li>
+    <li>
+    <a href="/template/">Template</a>
+    </li>
+    <li>
+    <a href="/merge/">Merge</a>
+    </li>
+</ul>
+{% endblock %}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)