{% extends "zinnia/base.html" %} {% load i18n %} {% load url from future %} {% block title %}{% trans "Thanks for your comment" %}{% endblock %} {% block body-class %}comment-posted{% endblock %} {% block content %}
{% trans "Your comment needs to be approved before getting displayed." %}