{% extends "projector/project/detail.html" %} {% block extra-head %} {{ block.super }} {% endblock %} {% load i18n %} {% block col-single-extra %}
{% trans "Project's edit panel" %}
{% csrf_token %} {% include "richtemplates/forms/form.html" %}
{% trans "Project's configuration panel" %}
{% csrf_token %} {% with form_config as form %} {% include "richtemplates/forms/form.html" %}
{% endwith %}
{% endblock %}