{% extends "base.html" %} {% block title %} | Inactive account{% endblock %} {% block bodydata %} class="login" {% endblock %} {% block main %}

Account is inactive

{% include 'snippets/messages.html' %}

Your account is inactive; likely because you have not confirmed your email address yet.

Please check your inbox and follow the link to confirm your email address.

{% endblock %}