From 314217c36055f1bec5c7f79a9d6fb80606f4324b Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Tue, 4 Nov 2014 16:28:07 -0200 Subject: [PATCH] Help shouldn't depend on trac --- colab/templates/base.html | 5 ----- 1 file changed, 0 insertions(+), 5 deletions(-) diff --git a/colab/templates/base.html b/colab/templates/base.html index 0761b4d..0742b56 100644 --- a/colab/templates/base.html +++ b/colab/templates/base.html @@ -170,11 +170,6 @@ - {% if user.is_active %} -
  • - {% trans "Help" %} -
  • - {% endif %}