summaryrefslogtreecommitdiffstats
path: root/askbot/templates/widgets/logo.html
diff options
context:
space:
mode:
Diffstat (limited to 'askbot/templates/widgets/logo.html')
-rw-r--r--askbot/templates/widgets/logo.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/askbot/templates/widgets/logo.html b/askbot/templates/widgets/logo.html
index 1b251432..afa0a95b 100644
--- a/askbot/templates/widgets/logo.html
+++ b/askbot/templates/widgets/logo.html
@@ -1,5 +1,5 @@
-<a id="logo" href="{% url questions %}"><img
- src="{{ settings.SITE_LOGO_URL|media }}"
+<a id="logo" href="{%if settings.LOGO_DESTINATION_URL%}{{ settings.LOGO_DESTINATION_URL}}{% else %} {% url questions %}{% endif %}"><img
+ src="{{ settings.SITE_LOGO_URL|media }}"
title="{% trans %}back to home page{% endtrans %}"
alt="{% trans site=settings.APP_SHORT_NAME %}{{site}} logo{% endtrans %}"/>
</a>