{% extends "base.html" %} {% block title %}{% trans "Email verification failed" %} - {{ block.super }}{% endblock %} {% block content %}
{% trans "You could try changing it again in your account settings." %}
{% trans "Feel free to contact us if you think something went wrong." %}
{% endblock %}