view odfcast/templates/check.html @ 101:779abdc03d67 tip

Added tag 1.6.0 for changeset bf1a998fff48
author Bernhard Herzog <bh@intevation.de>
date Tue, 26 Jun 2018 22:39:10 +0200
parents 02efda1f6919
children
line wrap: on
line source
{% 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)