1 {% extends "comments/base.html" %}
4 {% block title %}{% trans "Approve a comment" %}{% endblock %}
7 <h1>{% trans "Really make this comment public?" %}</h1>
8 <blockquote>{{ comment|linebreaks }}</blockquote>
9 <form action="." method="post">
10 {% if next %}<input type="hidden" name="next" value="{{ next }}" id="next" />{% endif %}
12 <input type="submit" name="submit" value="{% trans "Approve" %}" /> or <a href="{{ comment.get_absolute_url }}">cancel</a>