Changed style a little

This commit is contained in:
Zakary Timson 2018-02-26 17:45:13 -05:00
parent 0489a395bf
commit fca60d4376

View File

@ -25,7 +25,9 @@
<div id="newsletter-body-{{ release.id }}" class="bg-light-blue collapse">
<div class="p-3" style="overflow:hidden;">
{% for attachment in release.attachments.all %}
<a class="inline" href="/media/{{ attachment }}" target="_blank" download>{{ attachment.name }}</a>
{{ attachment.name }}
<a class="inline" href="/media/{{ attachment }}" target="_blank">view</a> |
<a class="inline" href="/media/{{ attachment }}" target="_blank" download>download</a>
<br>
{% endfor %}
</div>