Comments moderation

Back to all comments

{% if message %}

{{message}}

{% endif %} {% if logged_as_admin %} {% for c in comments %}

{{c.user.username}}
{{c.content}}
[Delete]

{% endfor %} {% else %}
Log in as admin
{% csrf_token %} Password:
A cookie will be saved.
{% endif %}