templates: fixed bloc inheritance

This commit is contained in:
Benjamin Dauvergne 2012-12-05 16:18:06 +01:00
parent 41702f35b8
commit b6607f353f
1 changed files with 1 additions and 10 deletions

View File

@ -23,16 +23,7 @@
{% endblock %}
{% block form %}
{% editablecontent wizard.steps.current "form-header" %}
{% endeditablecontent %}
{{ wizard.management_form }}
{% crispy wizard.form %}
{% editablecontent wizard.steps.current "form-footer" %}
{% endeditablecontent %}
{{ block.super }}
{% addtoblock "endscripts" %}
{% include "_create_course.html" %}
{{ create_course_form.media.js }}