{% extends "orga/cfp/base.html" %} {% load bootstrap4 %} {% load compress %} {% load i18n %} {% load static %} {% block cfp_content %}

{% trans "Send access code" %}

{% blocktrans trimmed %} Access codes can allow access to your CfP beyond its deadline for one or multiple submissions. If the code is circulated more widely than you'd like, you can always delete or invalidate it. {% endblocktrans %}
{% csrf_token %} {% bootstrap_form_errors form %} {% bootstrap_form form layout='event' %}
{% endblock %}