blob: ee5f0e4e874c850837661912a1b2693041778d1e [file] [log] [blame]
<html>
<body>
{% block body %}
This is text.
<form action="{{upload_url}}" method="POST" enctype="multipart/form-data">
<input name="capfile" type="file" />
<input type="submit" />
</form>
{% end %}
</body>
</html>