{% extends 'user/message.html' %}
{% block title %}Account activite fail{% endblock %}
{% block message %}
The confirmation link was invalid, possibly it has already been used, go back <a href="/user/registration/">Sign Up</a>
{% endblock %}