Browse Source

chore: updating language for consistency

document-upload-removal-layout-update
nic 10 months ago
parent
commit
016ec2c2e9
  1. 4
      templates/partials/csv_upload.html

4
templates/partials/csv_upload.html

@ -1,8 +1,8 @@
{{define "csv_upload"}}
<div class="content">
<h3 class="submenu-header">Step 1: Upload CSV file with Job Numbers</h3>
<h3 class="submenu-header">Step 1: Upload CSV file with Job IDs</h3>
<div>
<label>Select CSV file with job numbers:</label>
<label>Select CSV file with job IDs:</label>
<input class="card-input" type="file" id="csv-file" name="csvFile" accept=".csv" required>
<button type="button" class="btn-primary" hx-post="/process-csv" hx-target="#job-ids-container"

Loading…
Cancel
Save