2017-02-27 23:31:53 +01:00
|
|
|
<h2>Upload image</h2>
|
|
|
|
<form action="/upload" enctype="multipart/form-data" method="POST">
|
|
|
|
{% csrf-field %}
|
|
|
|
<input id="file" name="file" type="file" />
|
2017-03-04 00:43:17 +01:00
|
|
|
<input type="text" name="title">
|
|
|
|
<textarea name="description"></textarea>
|
|
|
|
<input type="text" name="tags">
|
2017-02-27 23:31:53 +01:00
|
|
|
<input type="submit" value="upload" />
|
|
|
|
</form>
|