diff odfcast/templates/index.html @ 37:5c3aba401382

Move templates and static directories to odfcast With this change odfast can also be run from an installed module
author Björn Ricks <bjoern.ricks@intevation.de>
date Thu, 16 Oct 2014 12:01:34 +0200
parents templates/index.html@3e83888fb8d8
children 02efda1f6919
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/odfcast/templates/index.html	Thu Oct 16 12:01:34 2014 +0200
@@ -0,0 +1,12 @@
+{% extends 'base.html' %}
+
+{% block content %}
+<ul>
+    <li>
+    <a href="/convert/">Convert</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)