view odfcast/templates/index.html @ 101:779abdc03d67 tip

Added tag 1.6.0 for changeset bf1a998fff48
author Bernhard Herzog <bh@intevation.de>
date Tue, 26 Jun 2018 22:39:10 +0200
parents 02efda1f6919
children
line wrap: on
line source
{% extends 'base.html' %}

{% block content %}
<ul>
    <li>
    <a href="/convert/">Convert</a>
    </li>
    <li>
    <a href="/merge/">Merge</a>
    </li>
    <li>
    <a href="/check/">Check</a>
    </li>
</ul>
{% endblock %}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)