dex/static/html
Lucas Serven 0cc0c73676 backend: add absolute path to template links
fixes: #502

Add a new template function called `absPath` that converts relative
paths to absolute paths based on the issuerURL. The template function
can be used in templates like:
````html
<a href="{{ .MyRelativePath | absPath }}">
````
2016-07-22 15:41:16 -07:00
..
footer.html static: update all templates to be generic 2015-08-25 09:42:43 -07:00
header.html static: use --issuer-name as title for public facing pages 2015-12-16 10:56:13 -08:00
ldap-login.html backend: add absolute path to template links 2016-07-22 15:41:16 -07:00
local-login.html backend: add absolute path to template links 2016-07-22 15:41:16 -07:00
login.html backend: add absolute path to template links 2016-07-22 15:41:16 -07:00
oob-template.html server: support out-of-band auth flow 2016-06-20 17:03:13 -07:00
register.html backend: add absolute path to template links 2016-07-22 15:41:16 -07:00
reset-password.html server: make reset password pass tests 2015-08-26 15:45:15 -07:00
send-reset-password.html backend: add absolute path to template links 2016-07-22 15:41:16 -07:00
verify-email.html static: update all templates to be generic 2015-08-25 09:42:43 -07:00