From 5cd62aea9af6062bdb83f1641c2fe70506877034 Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Thu, 3 Oct 2013 14:22:31 -0300
Subject: [PATCH] Disabling user links

---
 templates/page.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/page.tmpl b/templates/page.tmpl
index e95b886..a5efc93 100644
--- a/templates/page.tmpl
+++ b/templates/page.tmpl
@@ -93,7 +93,7 @@
       <li><TMPL_VAR COMMENTSLINK></li>
       <TMPL_ELSE>
       <TMPL_IF DISCUSSIONLINK>
-      <li><TMPL_VAR DISCUSSIONLINK></li>
+      <!--<li><TMPL_VAR DISCUSSIONLINK></li>-->
       </TMPL_IF>
       </TMPL_IF>
       </ul>
-- 
GitLab