view templates/merge.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 2f627039d2b4
children
line wrap: on
line source
{% extends 'base.html' %}

{% block content %}
<h1>Merge</h1>

<form role="form" action="" method="POST" enctype="multipart/form-data">
    <div class="form-group">
        <label for="files">Files</label>
        <input id="files" type="file" name="files" multiple>
    </div>
    <button class="btn btn-default" type="submit">Convert</button>
</form>
{% endblock %}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)