{% extends "spirit/_base.html" %} {% load i18n %} {% block title %}{% trans "Edit comment" %}{% endblock %} {% block content %}

{% trans "Edit comment" %}

{% csrf_token %} {% include "spirit/_form.html" %}
{% include "spirit/comment/_editor.html" %}
{% endblock %}