Шаблон для эскизов
Новый шаблон для эскизов с учетом формы загрузки эскизов
This commit is contained in:
12
templates/asuzr/sketches.html
Normal file
12
templates/asuzr/sketches.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "asuzr/table.html" %}
|
||||
|
||||
{% block additional %}
|
||||
<div class="inline">
|
||||
<form action="/sketches/{{ order_id }}/" method="POST" enctype="multipart/form-data">
|
||||
{% csrf_token %}
|
||||
<div>Добавить эскизы:</div>
|
||||
<input type="file" name="sketch_file" multiple />
|
||||
<input type="submit" text="Добавить эскиз">
|
||||
</form>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user