{% extends "django_comments_tree/base.html" %} {% load i18n %} {% block content %}

{% trans "Comment confirmation requested." %}


{% blocktrans %}A confirmation message has been sent to your email address. Please, click on the link in the message to confirm your comment.{% endblocktrans %}

Go back to: {{ target }}

{% endblock %}