Commit 314217c36055f1bec5c7f79a9d6fb80606f4324b
1 parent
5e440bce
Exists in
master
and in
39 other branches
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,11 +170,6 @@ | ||
170 | <li class="hidden-lg hidden-md"> | 170 | <li class="hidden-lg hidden-md"> |
171 | <a href="{% url 'haystack_search' %}?q=">{% trans "Search" %}</a> | 171 | <a href="{% url 'haystack_search' %}?q=">{% trans "Search" %}</a> |
172 | </li> | 172 | </li> |
173 | - {% if user.is_active %} | ||
174 | - <li> | ||
175 | - <a href="/wiki/ComoUsarColab">{% trans "Help" %}</a> | ||
176 | - </li> | ||
177 | - {% endif %} | ||
178 | </ul> | 173 | </ul> |
179 | 174 | ||
180 | <ul class="nav navbar-nav navbar-right"> | 175 | <ul class="nav navbar-nav navbar-right"> |