PonyConf/proposals/templates/proposals/talk_edit.html

21 lines
461 B
HTML
Raw Normal View History

2016-06-07 20:59:13 +00:00
{% extends 'base.html' %}
{% load bootstrap3 staticfiles %}
2016-06-07 20:59:13 +00:00
{% block talktab %} class="active"{% endblock %}
{% block content %}
<h1>Propose a talk</h1>
2016-06-25 16:58:19 +00:00
{% include "_form.html" %}
2016-06-07 20:59:13 +00:00
{% endblock %}
{% block css %}<link href="{% static 'sortedm2m/widget.css' %}" rel="stylesheet">{% endblock %}
{% block js_end %}
<script src="{% static 'sortedm2m/jquery-ui.js' %}"></script>
<script src="{% static 'sortedm2m/widget.js' %}"></script>
{% endblock js_end %}