view odfcast/templates/merge.html @ 37:5c3aba401382

Move templates and static directories to odfcast With this change odfast can also be run from an installed module
author Björn Ricks <bjoern.ricks@intevation.de>
date Thu, 16 Oct 2014 12:01:34 +0200
parents templates/merge.html@2f627039d2b4
children 77c3e481bea9
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)