{% extends "base.html" %} {% block title %}{% trans "E-mail verification failed" %} - {{ block.super }}{% endblock %} {% block content %}

{% trans "Your e-mail address could not be verified..." %}

{% trans "You could try changing it again in your account settings." %}

{% endblock %}