aboutsummaryrefslogtreecommitdiffstats
path: root/pydis_site/templates/staff
diff options
context:
space:
mode:
authorGravatar Izan <[email protected]>2022-02-24 23:16:57 +0000
committerGravatar Izan <[email protected]>2022-02-24 23:27:42 +0000
commit1b251d41383819c154fc6ed3d2503068362da6a5 (patch)
treec99892a0bdcd51226833d45680e2d10d641be343 /pydis_site/templates/staff
parentRemove the admin app (diff)
git # This is a combination of 2 commits.
Add channel ID to message deletion logs
Diffstat (limited to 'pydis_site/templates/staff')
-rw-r--r--pydis_site/templates/staff/logs.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/pydis_site/templates/staff/logs.html b/pydis_site/templates/staff/logs.html
index 8c92836a..7bd6ba29 100644
--- a/pydis_site/templates/staff/logs.html
+++ b/pydis_site/templates/staff/logs.html
@@ -18,8 +18,12 @@
<div class="discord-message">
<div class="discord-message-header">
<span class="discord-username"
- style="color: {{ message.author.top_role.colour | hex_colour }}">{{ message.author }}</span><span
- class="discord-message-metadata has-text-grey">{{ message.timestamp }} | User ID: {{ message.author.id }}</span>
+ style="color: {{ message.author.top_role.colour | hex_colour }}">{{ message.author }}
+ </span>
+ <span class="discord-message-metadata has-text-grey">
+ User ID: {{ message.author.id }}<br>
+ {{ message.timestamp }} (Channel ID: {{ message.channel_id }})
+ </span>
</div>
<div class="discord-message-content">
{{ message.content | escape | visible_newlines | safe }}