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