fix test_formatter

This commit is contained in:
BaoLe106 2024-01-09 01:54:09 +08:00
parent 14ecef649e
commit c818001b5c
14 changed files with 961 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{% extends 'base.html' %}
{% block body %}
<form method="post" enctype="multipart/form-data">
{% csrf_token %}
{{ form }}
<button type="submit">{{_('Upload')}}</button>
</form>
{% endblock %}