ProfouzorsLinx/templates/index.html

9 lines
223 B
HTML
Raw Normal View History

2015-09-24 07:44:49 +02:00
{% extends "base.html" %}
{% block content %}
<form enctype="multipart/form-data" action="/upload" method="post">
<input type="file" name="file" />
<input type="submit" value="upload" />
</form>
{% endblock %}