fix ports links for new path

This commit is contained in:
Oliver Gorwits
2014-11-01 12:36:33 +00:00
parent a1b5b301db
commit 8277763c80
2 changed files with 5 additions and 5 deletions

View File

@@ -394,7 +394,7 @@ template safely if the base of the app is relocated:
Available in the Device tabs, use this if you need to refer back to the
current page with some additional parameters, for example:
<a href="[% uri_for('/device', self_options) %]&foo=bar" ...>
<a href="[% uri_for('/device/ports', self_options) %]&foo=bar" ...>
=back