urls: use pyramid routing for support tracker link.
This commit is contained in:
parent
9b4b4c06c6
commit
ecbc7c5824
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue