{% extends 'ui/base-form.html' %} {% load url from future %} {% load icons %} {% block formbuttons %}
{% icon 'fugue-wand-hat' %} Deploy {% if deploy_disable_reason %}
{{ deploy_disable_reason }}
{% block trans %} To enable deploy, click here to correct this. {% endblock %}
{% endif %}
{{ form.save_comment }}
{% for e in form.save_comment.errors %}
{{ e }}
{% empty %}
{{ form.save_comment.help_text }}
{% endfor %}
{% endblock %}