{% 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">Password reset successful</h2>
        <p>Your password has been set.  You may go ahead and log in now.</p>
    </div>
</div>

