From 65b87ef0201408c9d952e875852185e371995ba1 Mon Sep 17 00:00:00 2001 From: Phil Dominguez <142051477+phildominguez-gsa@users.noreply.github.com> Date: Tue, 20 Feb 2024 09:21:40 -0500 Subject: [PATCH] Accepting capitalized file extensions in the frontend (#3421) * Accepting capitalized file extensions * Lowercasing string for extension check --- backend/audit/templates/audit/upload-report.html | 2 +- .../templates/report_submission/upload-page.html | 2 +- backend/static/js/upload-page.js | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/backend/audit/templates/audit/upload-report.html b/backend/audit/templates/audit/upload-report.html index 0b7c2c8dcf..0fa69d6bf9 100644 --- a/backend/audit/templates/audit/upload-report.html +++ b/backend/audit/templates/audit/upload-report.html @@ -78,7 +78,7 @@
Error on validation. Check the following cells for errors, and re-upload. + const validationTable = `
Error on validation. Check the following cells for errors, and re-upload. Common errors include incorrect data types or missing information.