• Lucas Serven's avatar
    backend: add absolute path to template links · 0cc0c736
    Lucas Serven authored
    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 }}">
    ````
    0cc0c736
Name
Last commit
Last update
..
footer.html Loading commit data...
header.html Loading commit data...
ldap-login.html Loading commit data...
local-login.html Loading commit data...
login.html Loading commit data...
oob-template.html Loading commit data...
register.html Loading commit data...
reset-password.html Loading commit data...
send-reset-password.html Loading commit data...
verify-email.html Loading commit data...