e6c623a69c
* Themes speaker_edit.html * speaker_create now uses takeflight theme * proposal_submit_kind now uses takeflight theme * fixes bug in form_snippet * Optimises proposals_submit_kind * proposal_submit now uses wagtail theme * Proposal_edit now uses new theme * More forms * Proposal details page now loads from take flight theme * proposal_fields now looks nicer under the take flight theme * proposal_speaker_manage rethemed
16 lines
420 B
HTML
16 lines
420 B
HTML
{% extends "site_base_wagtail.html" %}
|
|
{% load staticfiles %}
|
|
|
|
{% block body %}
|
|
<div class="l-content-page">
|
|
<div class="l-content-page--richtext">
|
|
<h2>{% block page_title %}{% endblock %}</h2>
|
|
{% block proposals_body %}
|
|
{% endblock %}
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|
|
|
|
{% block extra_script %}
|
|
<script src="{% static 'js/site-92ae8d0d6c.js' %}" type="text/javascript"></script>
|
|
{% endblock %}
|