comparison 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
comparison
equal deleted inserted replaced
36:3e83888fb8d8 37:5c3aba401382
1 {% extends 'base.html' %}
2
3 {% block content %}
4 <h1>Merge</h1>
5
6 <form role="form" action="" method="POST" enctype="multipart/form-data">
7 <div class="form-group">
8 <label for="files">Files</label>
9 <input id="files" type="file" name="files" multiple>
10 </div>
11 <button class="btn btn-default" type="submit">Convert</button>
12 </form>
13 {% endblock %}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)