PonyConf/cfp/templates/cfp/staff/participant_form.html

14 lines
292 B
HTML
Raw Normal View History

2017-08-11 22:50:42 +00:00
{% extends 'cfp/staff/base.html' %}
{% load i18n crispy_forms_tags %}
{% block speakerstab %} class="active"{% endblock %}
{% block content %}
<h1>{% trans "Edit a speaker" %}</h1>
{% url 'participant-details' participant.token as cancel_url %}
{% include '_form.html' %}
{% endblock %}