{% extends "system/wizard.html" %} {% block onSubmit %} doSubmit({ form: this, event: e, url: '{{ request.path }}', progressbar: { steps: [ {"label": "Uploading update"}, {"label": "Extracting update"}, {"label": "Applying update"} ], poolUrl: '{% url "system_manualupdate_progress" %}' } }); {% endblock %} {% block form %} {% url "system_configsave" as saveurl %}

{% blocktrans with url=saveurl %}Consider downloading your configuration before proceeding, click here.{% endblocktrans %}

{{ block.super }} {% endblock %} {% block oklabel %}{% trans "Apply Update" %}{% endblock %}