Mercurial > odfcast
annotate templates/index.html @ 34:89ffa12bd48d
Allow to not passing any datadict to the conversion form
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Thu, 16 Oct 2014 11:47:05 +0200 |
parents | 709edf15f90e |
children | 3e83888fb8d8 |
rev | line source |
---|---|
23
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
1 {% extends 'base.html' %} |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
2 |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
3 {% block content %} |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
4 <ul> |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
5 <li> |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
6 <a href="/convert/">Convert</a> |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
7 </li> |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
8 <li> |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
9 <a href="/template/">Template</a> |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
10 </li> |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
11 <li> |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
12 <a href="/merge/">Merge</a> |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
13 </li> |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
14 </ul> |
709edf15f90e
Add a index view to display links to the three functions
Björn Ricks <bjoern.ricks@intevation.de>
parents:
diff
changeset
|
15 {% endblock %} |