{% extends "admin/change_form.html" %}
{% comment %}
We need to add an extra submit button called "Make draft live".
{% endcomment %}
{% load i18n %}
{% block submit_buttons_bottom %}
{% comment %}
Use script to position button since Django 1.4 removed ability to customize
submit_line.html.
{% endcomment %}
{{ block.super }}
{% endblock %}