aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates
diff options
context:
space:
mode:
authorLibravatar bai 2020-07-21 07:06:15 -0400
committerLibravatar bai 2020-07-21 07:06:15 -0400
commit8b7427763f8ec4cf76e69d26d4ff3d105a42dd41 (patch)
tree939586a5a32522b2c61779dd4fd8feeeda1595e0 /cgi/templates
parentda20a9f6bc08d959aaa8c06cf0d7d1675f122559 (diff)
downloadweabot-8b7427763f8ec4cf76e69d26d4ff3d105a42dd41.tar.gz
weabot-8b7427763f8ec4cf76e69d26d4ff3d105a42dd41.tar.xz
weabot-8b7427763f8ec4cf76e69d26d4ff3d105a42dd41.zip
Arreglados reportes con IPv6
Diffstat (limited to 'cgi/templates')
-rw-r--r--cgi/templates/manage/reports.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/manage/reports.html b/cgi/templates/manage/reports.html
index f47ec38..6095d50 100644
--- a/cgi/templates/manage/reports.html
+++ b/cgi/templates/manage/reports.html
@@ -45,7 +45,7 @@ ${message}
<td><a href="#{report['link']}">${report['link']}</a></td>
<td><a href="#{cgi_url}manage/ipshow?ip=${report['ip']}">${report['ip']}</a></td>
<td>${report['reason']}</td>
- <td><a href="#{cgi_url}manage/ipshow?ip=${report['reporterip']}">${report['reporterip']}</a></td>
+ <td><a href="#{cgi_url}manage/ipshow?ip=${report['repip']}">${report['repip']}</a></td>
</tr>
<?py #endfor ?>
<tr>