remove useless file

This commit is contained in:
Guilhem Saurel 2017-11-30 00:08:44 +01:00
parent b1e5d0b481
commit 6401a8fc85
1 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
{% extends 'cfp/staff/talk_details.html' %}
{% load i18n crispy_forms_tags %}
{% block talk_actions %}
<h3>{% trans "Add a speaker" %}</h3>
<form method="POST">
{% csrf_token %}
{{ form|crispy }}
<a href="{{ talk.get_absolute_url }}" class="btn btn-default">{% trans "Abort" %}</a>
<button type="submit" class="btn btn-primary">{% trans "Save" %}</button>
</form>
{% endblock %}
{% block js_end %}
{{ block.super }}
{{ form.media.js }}
{% endblock %}
{% block css %}
{{ block.super }}
{{ form.media.css }}
{% endblock %}