Skip to content
reset.html 890 B
Newer Older
<!DOCTYPE html>
<html>
    <head>
        <style type="text/css">
            .notes {
                color: rgb( 125, 125, 125 );
                font-size: 0.8em;
            }
        </style>
    </head>
    <body>
        <h1 style="margin: 0px">ICNML</h1>
        <h4 style="margin-top: 0px">International Close Non-Matches Library</h4>
        
        Someone (probably yourself) asked a password reset for your account.
        Click the following link to proceed the password reset procedure:         
        <br />
        
        <a href="{{ url }}/{{ id }}">Reset link</a>
        
        <br />
        <br />
        
        <div class="notes">
            If your email client can not open directly the reset link, copy and paste the following link to your internet browser:
            <br />
            {{ url }}/{{ id }}
        </div>
        
    </body>
</html>