templates/index.html: Remove basic and experimental labels

This commit is contained in:
Alan Orth 2021-03-13 23:34:34 +02:00
parent 6c3804d55b
commit 9aab2ae83f
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 4 deletions

View File

@ -12,8 +12,6 @@
<input class="form-control" type="file" id="formFile" name="file" accept=".csv">
</div>
<p>Basic options:</p>
<div class="input-group mb-3">
<div class="input-group-text">
Skip fields(s)&nbsp;
@ -29,8 +27,6 @@
<div id="unsafeHelp" class="form-text">This will remove newlines and perform <a href="https://withblue.ink/2019/03/11/why-you-need-to-normalize-unicode-strings.html" title='When "Zoë" !== "Zoë". Or why you need to normalize Unicode strings'>normalization of Unicode characters</a>. Read more about these <a href="https://github.com/ilri/csv-metadata-quality#unsafe-fixes">unsafe fixes</a>.</div>
</div>
<p>Experimental options:</p>
<div class="mb-3 form-check form-switch">
<input class="form-check-input" type="checkbox" id="experimentalCheckbox" name="experimental">
<label class="form-check-label" for="experimentalCheckbox" aria-describedby="experimentalHelp">Enable experimental checks</label>