Mercurial > odfcast
comparison templates/merge.html @ 19:2f627039d2b4
Add a MergeView to merge pdfs based on PyPDF2
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Mon, 29 Sep 2014 15:59:36 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
18:585904e7411a | 19:2f627039d2b4 |
---|---|
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 %} |