templates/index.html: Add link to test.csv

Offer the user to test with this file.
This commit is contained in:
Alan Orth 2021-03-14 11:34:55 +02:00
parent 25aa74ba14
commit 36b43a06b9
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<p class="lead">The DSpace CSV Metadata Quality Checker is a collection of sanity checks and automated fixes for a number of common issues in metadata files.</p>
<form method="POST" action="" enctype="multipart/form-data">
<div class="mb-3">
<label for="formFile" class="form-label">Select a CSV file to process</label>
<label for="formFile" class="form-label">Select a CSV file to process (or try <a href="https://raw.githubusercontent.com/ilri/csv-metadata-quality/master/data/test.csv">test.csv</a>)</label>
<input class="form-control" type="file" id="formFile" name="file" accept=".csv">
</div>