From bc10712e652285acd83a4ce85d832c4d1c33053e Mon Sep 17 00:00:00 2001 From: Jose Borreguero Date: Wed, 30 Oct 2024 19:57:50 -0400 Subject: [PATCH] Add labels to form elements for accessibility Replaced tags with - Pixels on each side {{ options_form.bck_width }} + {{ options_form.bck_width }} @@ -211,9 +211,9 @@ Force peak ROI - Pixelmin + {{ options_form.peak_min_s2 }} - Pixelmax + {{ options_form.peak_max_s2 }} @@ -237,9 +237,9 @@ Force background ROI - Bckmin + {{ options_form.bck_min_s2 }} - Bckmax + {{ options_form.bck_max_s2 }} @@ -255,7 +255,7 @@ if you want to use the region on each side of the peak to estimate your background."> Use side background - Pixels on each side {{ options_form.bck_width_s2 }} + {{ options_form.bck_width_s2 }} @@ -276,9 +276,9 @@ Force peak ROI - Pixelmin + {{ options_form.peak_min_s3 }} - Pixelmax + {{ options_form.peak_max_s3 }} @@ -302,9 +302,9 @@ Force background ROI - Bckmin + {{ options_form.bck_min_s3 }} - Bckmax + {{ options_form.bck_max_s3 }} @@ -320,7 +320,7 @@ if you want to use the region on each side of the peak to estimate your background."> Use side background - Pixels on each side {{ options_form.bck_width_s3 }} + {{ options_form.bck_width_s3 }}