{% extends "base.html" %} {% block title %} | Account inactive{% endblock %} {% block bodydata %} class="login" {% endblock %} {% block main %}
{% include 'snippets/messages.html' %}

Account is inactive

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 %}