• 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
send-reset-password.html 1.09 KB