Loginauth / templates /verification_failed.html
Gregniuki's picture
Create verification_failed.html
5c35a7b verified
raw
history blame
243 Bytes
<!DOCTYPE html>
<html>
<head>
<title>Verification Failed</title>
</head>
<body>
<h1>Verification Failed</h1>
<p>{{ error_message }}</p>
<p>Please <a href="/login">log in</a> to access the protected resource.</p>
</body>
</html>