{% 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" style="padding-bottom: 30px">
        <h2 class="h3" style="margin-bottom: 40px;color: red">Account activite fail</h2>
        <p>The confirmation link was invalid, possibly because it has already been used.</p>
        <a href="/user/register/">please go to the register page.</a>
    </div>
</div>
