.
This commit is contained in:
@@ -21,6 +21,19 @@
|
||||
.table-container .table{min-width:1100px}
|
||||
</style>
|
||||
|
||||
<div style="margin-bottom:1rem">
|
||||
<form method="post" action="{% url 'cards:overview_create_images' %}" enctype="multipart/form-data" style="display:inline-block; margin-right:1rem">
|
||||
{% csrf_token %}
|
||||
<div class="file has-name">
|
||||
<label class="file-label">
|
||||
<input class="file-input" type="file" name="images" multiple>
|
||||
<span class="file-cta"><span class="file-icon">📁</span><span class="file-label">Select images…</span></span>
|
||||
</label>
|
||||
</div>
|
||||
<button class="button is-small is-link" type="submit">Create cards from images</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<form method="post" action="{% url 'cards:overview_bulk_update' %}">
|
||||
{% csrf_token %}
|
||||
<div class="table-container">
|
||||
|
||||
Reference in New Issue
Block a user