Mercurial > odfcast
view templates/index.html @ 26:26e6f2f00638
We need a pyuno version >0.2 and pypdf2 now
pyuno 0.2 has a bug running the python module from pyc instead of py file.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 29 Sep 2014 16:19:05 +0200 |
parents | 709edf15f90e |
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 %}