{% extends "orga/base.html" %} {% load compress %} {% load i18n %} {% load static %} {% block stylesheets %} {% compress css %} {% endcompress %} {% endblock stylesheets %} {% block scripts %} {{ current_configuration|json_script:"currentConfiguration" }} {{ event_configuration|json_script:"eventConfiguration" }} {% if debug %} {% else %} {% endif %} {# do not compress #} {% 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 %}