add help link to top nav (#4919)

This commit is contained in:
Frédéric Péters 2014-06-09 11:38:20 +02:00
parent 79d4e40dd0
commit 5aa8e6ac87
1 changed files with 1 additions and 0 deletions

View File

@ -25,3 +25,4 @@
<a class="settings" href="{% url site_settings %}">{% trans %}settings{% endtrans %}</a>
<a class="widgets" href="{% url widgets %}">{% trans %}widgets{% endtrans %}</a>
{% endif %}
<a class="welcome" href="{% url 'faq' %}">{% trans %}help{% endtrans %}</a>