{% extends "orga/cfp/base.html" %} {% load compress %} {% load i18n %} {% load static %} {% block scripts %} {{ current_configuration|json_script:"currentConfiguration" }} {{ all_fields|json_script:"allFields" }} {{ event_configuration|json_script:"eventConfiguration" }} {% if debug %} {% else %} {% endif %} {% endblock %} {% block cfp_content %}

{% trans "CfP Editor" %}

{% blocktrans trimmed %} This is the pretalx CfP editor. This page allows you to change the headline and information text on all of the individual CfP steps. You can also add a custom help text to individual fields. Just click on the item you want to change! {% endblocktrans %}

{% endblock %}