comparison 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
comparison
equal deleted inserted replaced
22:0e40926735e1 23:709edf15f90e
1 {% extends 'base.html' %}
2
3 {% block content %}
4 <ul>
5 <li>
6 <a href="/convert/">Convert</a>
7 </li>
8 <li>
9 <a href="/template/">Template</a>
10 </li>
11 <li>
12 <a href="/merge/">Merge</a>
13 </li>
14 </ul>
15 {% endblock %}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)