view 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 source
{% 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)