{% extends "freeadmin/generic_form.html" %} {% block onSubmit %} doSubmit({ form: this, event: e, url: '{{ request.path }}', progressbar: { steps: [ {"label": gettext("Verifying files n packages")}, ], poolUrl: '{% url "system_verify_progress" %}', mode: 'single', fileUpload: false } }); {% endblock %} {% block form %} {% if error %}
The following Inconsistencies were found in your Current Install:
{% if checksums %}List of Checksum Mismatches:
{{ error_dict.path }} |
List of Files/Directories/Symlinks not Found:
{{ error_dict.path }} |
List of Incorrect Filetypes:
{{ error_dict.path }} | {{ error_dict.problem }} |
List of Permission Errors:
{{ error_dict.path }} | {{ error_dict.problem|linebreaksbr }} |