Browse Source

Remove temporariamente links de ajuda

pull/1537/head
Eduardo Calil 7 years ago
parent
commit
31ff21f748
  1. 8
      sapl/templates/base.html

8
sapl/templates/base.html

@ -55,7 +55,7 @@
</li> </li>
</ul> </ul>
</li> </li>
<li><a href="/sistema/ajuda"><img src="{% static 'img/manual.png' %}"></a></li> {# <li><a href="/sistema/ajuda"><img src="{% static 'img/manual.png' %}"></a></li>#}
{% if not user.is_authenticated %} {% if not user.is_authenticated %}
<li><a href="{% url 'sapl.base:login' %}"><img src="{% static 'img/user.png' %}"></a></li> <li><a href="{% url 'sapl.base:login' %}"><img src="{% static 'img/user.png' %}"></a></li>
{% else %} {% else %}
@ -135,9 +135,9 @@
<div class="clearfix"> <div class="clearfix">
{% block help %} {% block help %}
{% if view.help_path %} {# {% if view.help_path %}#}
<a class="contextual-help right" href="{% url 'sapl.base:help_base' %}{{ view.help_path }}">{% trans 'Ajuda' %}</a> {# <a class="contextual-help right" href="{% url 'sapl.base:help_base' %}?topic={{ view.help_path }}">{% trans 'Ajuda' %}</a>#}
{% endif %} {# {% endif %}#}
{% endblock %} {% endblock %}
{% block title %} {% block title %}

Loading…
Cancel
Save