diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/index.html b/templates/index.html index 218ffe2..afadf8b 100644 --- a/templates/index.html +++ b/templates/index.html @@ -17,24 +17,24 @@ <h3>Available actions</h3> <ul class="unstyled"> <li> - <a href="sso"><span class="item-marker">›</span> Change single sign on (SSO) password</a> + <a href="{{$.BasePath}}/changepw/sso/"><span class="item-marker">›</span> Change single sign on (SSO) password</a> </li> {{ if .Staff }} <li> - <a href="tacacs"><span class="item-marker">›</span> Change TACACS password</a> + <a href="{{$.BasePath}}/changepw/tacacs/"><span class="item-marker">›</span> Change TACACS password</a> </li> {{ end }} {{ if .Active }} <li> - <a href="eduroam"><span class="item-marker">›</span> Change eduroam password</a> + <a href="{{$.BasePath}}/changepw/eduroam/"><span class="item-marker">›</span> Change eduroam password</a> </li> {{ end }} {{ if .Staff }} <li> - <a href="pubkeys"><span class="item-marker">›</span> Update your public SSH keys</a> + <a href="{{$.BasePath}}/pubkeys/"><span class="item-marker">›</span> Update your public SSH keys</a> </li> <li> - <a href="ideviceconf" rel="external"><span class="item-marker">›</span> Configure eduroam on your iDevice</a> + <a href="{{$.BasePath}}/ideviceconf" rel="external"><span class="item-marker">›</span> Configure eduroam on your iDevice</a> </li> {{ end }} </ul> |