aboutsummaryrefslogtreecommitdiff
path: root/cgi
diff options
context:
space:
mode:
Diffstat (limited to 'cgi')
-rw-r--r--cgi/templates/manage/recent.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/manage/recent.html b/cgi/templates/manage/recent.html
index c73ba59..6fe4bb8 100644
--- a/cgi/templates/manage/recent.html
+++ b/cgi/templates/manage/recent.html
@@ -31,7 +31,7 @@
<div style="display: block">#{post['message']}</div>
<?py if post['parentid'] != 0: ?>
<div style="display: block; margin-top: 0.5em; font-size: 0.75em;"><a
- href="#{cgi_url}manage/mod/#{dir}?thread=#{parentid}">Ver hilo completo</a>
+ href="#{cgi_url}manage/mod/#{dir}?thread=#{post['parentid']}">Ver hilo completo</a>
</div>
<?py #endif ?>
</td>