diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/odfcast/templates/check.html	Fri Mar 06 14:56:26 2015 +0100
@@ -0,0 +1,13 @@
+{% extends 'base.html' %}
+
+{% block content %}
+<h1>Check</h1>
+
+<form role="form" action="" method="POST" enctype="multipart/form-data">
+    <div class="form-group">
+        <label for="files">File</label>
+        <input id="files" type="file" name="file">
+    </div>
+    <button class="btn btn-default" type="submit">Check</button>
+</form>
+{% endblock %}
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)