Handle GIF attachments

Not sure whether providing a download link for attached images is the
right thing to do - we should probably just display them like inline
images. But we can always change that by a simple change of the
template.
This commit is contained in:
Peter J. Holzer 2019-03-31 21:34:40 +02:00
parent f543dbc5c8
commit 865579655f
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<div class="partouter">
<div class="partheader">
image/gif
</div>
<div class="partinner">
<a href="{{url}}">{{name}}</a>
</div>
</div>