PonyConf/cfp/templates/cfp/staff/talk_form.html

14 lines
292 B
HTML
Raw Normal View History

2017-08-02 17:34:07 +00:00
{% extends 'cfp/staff/base.html' %}
{% load i18n crispy_forms_tags %}
{% block talkstab %} class="active"{% endblock %}
{% block content %}
<h1>{% trans "Edit a talk" %}</h1>
{% url 'talk-details' talk.token as cancel_url %}
2017-09-27 19:53:35 +00:00
{% include '_form.html' with multipart=True %}
2017-08-02 17:34:07 +00:00
{% endblock %}