Enlarge download button for multi downloads

This commit is contained in:
Raphael Michel
2020-04-20 17:27:10 +02:00
parent 945218035e
commit d0dd2116ca
5 changed files with 13 additions and 2 deletions

View File

@@ -15,8 +15,8 @@
method="post" data-asynctask data-asynctask-download class="download-btn-form">
{% csrf_token %}
<button type="submit"
class="btn btn-sm {% if b.identifier == "pdf" %}btn-primary{% else %}btn-default{% endif %}">
<span class="fa {{ b.icon }}"></span> {{ b.text }}
class="btn btn-lg {% if b.identifier == "pdf" %}btn-primary{% else %}btn-default{% endif %}">
<span class="fa {{ b.icon }}"></span> {{ b.multi_text }}
</button>
</form>
{% endif %}