{% extends "orga/base.html" %} {% load i18n %} {% load static %} {% block stylesheets %} {% if request.event.display_settings.header_pattern and request.event.display_settings.header_pattern != "plain" %} {% with "common/css/headers/"|add:request.event.display_settings.header_pattern|add:".css" as header_path %} {% endwith %} {% endif %} {% endblock stylesheets %} {% block scripts %} {{ current_configuration|json_script:"currentConfiguration" }} {{ event_configuration|json_script:"eventConfiguration" }} {% if debug %} {% else %} {% endif %} {% endblock scripts %} {% block extra_title %}{% translate "CfP Editor" %} :: {% endblock extra_title %} {% block content %}

{% translate "CfP Editor" %}

{% blocktranslate 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! {% endblocktranslate %}

{% endblock content %}