From 0b37b9b3fa4fead86787a705713645fa14530a54 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 23 Sep 2024 14:28:49 -0500 Subject: Initialise the "Expression Data" section. --- uploader/templates/parse_results.html | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 uploader/templates/parse_results.html (limited to 'uploader/templates/parse_results.html') diff --git a/uploader/templates/parse_results.html b/uploader/templates/parse_results.html deleted file mode 100644 index 46fbaaf..0000000 --- a/uploader/templates/parse_results.html +++ /dev/null @@ -1,30 +0,0 @@ -{%extends "base.html"%} -{%from "errors_display.html" import errors_display%} - -{%block title%}Parse Results{%endblock%} - -{%block contents%} -

{{job_name}}: parse results

- -{%if user_aborted%} -Job aborted by the user -{%endif%} - -{{errors_display(errors, "No errors found in the file", "We found the following errors", True)}} - -{%if errors | length == 0 and not user_aborted %} -
- - -
-{%endif%} - -{%if errors | length > 0 or user_aborted %} -
- - Go back - -{%endif%} - -{%endblock%} -- cgit v1.2.3