aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/board.html
diff options
context:
space:
mode:
Diffstat (limited to 'cgi/templates/board.html')
-rw-r--r--cgi/templates/board.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/cgi/templates/board.html b/cgi/templates/board.html
index 4a94dc4..ee0ae59 100644
--- a/cgi/templates/board.html
+++ b/cgi/templates/board.html
@@ -195,6 +195,9 @@
</span>
<?py #endif ?>
<span class="date" data-unix="#{post['timestamp']}">#{post['timestamp_formatted']}</span>
+ <?py if post['posterid']: ?>
+ <span class="hash">ID:#{post['posterid']}</span>
+ <?py #endif ?>
<?py if replythread: ?>
<span class="reflink"><a href="##{post['id']}">No.</a><a href="#" class="num">#{post['id']}</a></span>
<?py else: ?>