urls: use pyramid routing for support tracker link.

This commit is contained in:
Marcin Kuzminski 2017-11-08 00:07:39 +01:00
parent 9b4b4c06c6
commit ecbc7c5824

View file

@ -200,7 +200,7 @@ ${h.secure_form(h.url('admin_settings_visual'), request=request)}
${_('''Custom url for the support link located at the bottom.
The default is set to %(default_url)s. In case there's a need
to change the support link to internal issue tracker, it should be done here.
''') % {'default_url': h.url('rhodecode_support')}}
''') % {'default_url': h.route_url('rhodecode_support')}}
</span>
</div>
</div>