From 5aa8e6ac876b3f9948e2d1ffc948e5012026ac72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 9 Jun 2014 11:38:20 +0200 Subject: [PATCH] add help link to top nav (#4919) --- askbot/templates/widgets/user_navigation.html | 1 + 1 file changed, 1 insertion(+) diff --git a/askbot/templates/widgets/user_navigation.html b/askbot/templates/widgets/user_navigation.html index 96925c89..89a2eeaf 100644 --- a/askbot/templates/widgets/user_navigation.html +++ b/askbot/templates/widgets/user_navigation.html @@ -25,3 +25,4 @@ {% trans %}settings{% endtrans %} {% trans %}widgets{% endtrans %} {% endif %} + {% trans %}help{% endtrans %}