Commit 314217c36055f1bec5c7f79a9d6fb80606f4324b

Authored by Sergio Oliveira
1 parent 5e440bce

Help shouldn't depend on trac

Showing 1 changed file with 0 additions and 5 deletions   Show diff stats
colab/templates/base.html
... ... @@ -170,11 +170,6 @@
170 170 <li class="hidden-lg hidden-md">
171 171 <a href="{% url 'haystack_search' %}?q=">{% trans "Search" %}</a>
172 172 </li>
173   - {% if user.is_active %}
174   - <li>
175   - <a href="/wiki/ComoUsarColab">{% trans "Help" %}</a>
176   - </li>
177   - {% endif %}
178 173 </ul>
179 174  
180 175 <ul class="nav navbar-nav navbar-right">
... ...