diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html
--- a/rhodecode/templates/base/base.html
+++ b/rhodecode/templates/base/base.html
@@ -49,7 +49,9 @@
%endif
© 2010-${h.datetime.today().year} by Marcin Kuzminski and others
- – ${_('Report a bug')}
+ %if c.rhodecode_bugtracker:
+ – ${_('Report a bug')}
+ %endif