{% load static %}

<link rel="stylesheet" href="{% static 'index.css' %}" type="text/css">
<head>
    <meta charset="UTF-8">
    <title>Reset Password</title>
</head>

<div class="container">
    <div class="panel">
        <h2 class="h3" style="margin-bottom: 40px;color: green">Eamil send successful</h2>
        <p>We've emailed you instructions for setting your password, if an account exists with the email you entered. You should receive them shortly.</p>
        <p>If you don't receive an email, please make sure you've entered the address you registered with, and check your spam folder.</p>
    </div>
</div>

