From 542fd6ab40fa2553f51079631a6b875b4c7ba29d Mon Sep 17 00:00:00 2001 From: Zankaria Date: Wed, 18 Dec 2024 23:55:40 +0100 Subject: [PATCH] ip.html: add password link --- templates/post/ip.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/post/ip.html b/templates/post/ip.html index 76454d20..2ad7baca 100644 --- a/templates/post/ip.html +++ b/templates/post/ip.html @@ -1,3 +1,4 @@ {% if post.mod and post.mod|hasPermission(config.mod.show_ip, board.uri) %} [{{ post.ip|cloak_ip }}] + [{{ post.password[:15] }}] {% endif %}