2024-01-09 02:27:20 +08:00
|
|
|
{% extends 'base.html' %}
|
|
|
|
|
|
|
|
{% block body %}
|
2024-01-08 13:06:18 -06:00
|
|
|
<center>
|
|
|
|
<form method="post" enctype="multipart/form-data">
|
|
|
|
{% csrf_token %}
|
|
|
|
{{ form }}
|
|
|
|
<button type="submit" style="margin-top: 2em">{{_('Upload')}}</button>
|
|
|
|
</form>
|
|
|
|
</center>
|
2024-01-09 02:27:20 +08:00
|
|
|
{% endblock %}
|