{% extends "cfp/event/base.html" %} {% load bootstrap4 %} {% load i18n %} {% block title %}{{ submission.title }} :: {% endblock %} {% block content %} {% include "cfp/includes/user_submission_header.html" %}
{% blocktranslate trimmed %} Invite another speaker to your proposal here. Instead of letting us send an email, (which might get caught by spam filters) you can also give them this link: {% endblocktranslate %}
{{ submission.urls.accept_invitation.full }}
{% csrf_token %} {% bootstrap_form form layout='event' %}
{% endblock %}