comparison odfcast/templates/check.html @ 73:02efda1f6919

issue5117: service for checking a pdf for merging readiness added.
author Bernhard Reiter <bernhard@intevation.de>
date Fri, 06 Mar 2015 14:56:26 +0100
parents
children
comparison
equal deleted inserted replaced
72:77c3e481bea9 73:02efda1f6919
1 {% extends 'base.html' %}
2
3 {% block content %}
4 <h1>Check</h1>
5
6 <form role="form" action="" method="POST" enctype="multipart/form-data">
7 <div class="form-group">
8 <label for="files">File</label>
9 <input id="files" type="file" name="file">
10 </div>
11 <button class="btn btn-default" type="submit">Check</button>
12 </form>
13 {% endblock %}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)