mirror of
https://github.com/aykhans/movier.git
synced 2025-04-17 04:13:12 +00:00
Rename labels for clarity in index.html
This commit is contained in:
parent
3f7e1b94b6
commit
b6cf951943
@ -116,12 +116,12 @@
|
|||||||
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
|
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<label for="genres-weight">Genres Weight</label>
|
<label for="genres-weight">Genre Weight</label>
|
||||||
<input type="number" id="genres-weight" name="genres-weight"
|
<input type="number" id="genres-weight" name="genres-weight"
|
||||||
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
|
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
|
||||||
</div>
|
</div>
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<label for="nconsts-weight">Nconsts Weight</label>
|
<label for="nconsts-weight">Cast Weight</label>
|
||||||
<input type="number" id="nconsts-weight" name="nconsts-weight"
|
<input type="number" id="nconsts-weight" name="nconsts-weight"
|
||||||
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
|
class="form-control mx-sm-3 weight" value="100" min="0" max="400">
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user