diff --git a/templates/utils.html b/templates/utils.html index 1b6ed16..e861346 100644 --- a/templates/utils.html +++ b/templates/utils.html @@ -205,11 +205,11 @@ self reply {% for a in obj.attachment %} {% if (a.mediaType and a.mediaType.startswith("image/")) or (a.type and a.type == 'Image') %} - + {{ a.name }} {% elif (a.mediaType and a.mediaType.startswith("video/")) %} -
  • +
  • {% elif (a.mediaType and a.mediaType.startswith("audio/")) %} -
  • +
  • {% else %}
  • {% if a.filename %}{{ a.filename }}{% else %}{{ a.url }}{% endif %}
  • {% endif %}