aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/staff
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2020-02-08 10:50:42 -0800
committerGravatar GitHub <[email protected]>2020-02-08 10:50:42 -0800
commitf0926f248f539bd51099a1824c92256cbf4ad527 (patch)
tree01b2c0560aaa13499636055f1df79455dbc38928 /pydis_site/templates/staff
parentFix #299: use GitHub link to issues in README.md (diff)
parentMerge pull request #326 from python-discord/resources-update (diff)
Merge branch 'master' into fix-infraction-validator
Diffstat (limited to 'pydis_site/templates/staff')
-rw-r--r--pydis_site/templates/staff/logs.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/pydis_site/templates/staff/logs.html b/pydis_site/templates/staff/logs.html
index 9c8ed7d3..a0bfa2a7 100644
--- a/pydis_site/templates/staff/logs.html
+++ b/pydis_site/templates/staff/logs.html
@@ -24,6 +24,11 @@
<div class="discord-message-content">
{{ message.content|linebreaks }}
</div>
+ <div class="discord-message-attachments">
+ {% for attachment in message.attachments %}
+ <img alt="Attachment" class="discord-attachment" src="{{ attachment }}">
+ {% endfor %}
+ </div>
{% for embed in message.embeds %}
<div class="discord-embed is-size-7">
<div class="discord-embed-color" style="background-color: {% if embed.color %}{{ embed.color | hex_colour }}{% else %}#cacbce{% endif %}"></div>