extend tasks

This commit is contained in:
2023-05-09 17:41:27 +02:00
parent 7db6de7a30
commit 77c0c815e0
2 changed files with 78 additions and 21 deletions

View File

@@ -131,7 +131,7 @@ input {
<form method="POST">
{{range .Tasks}}
<div class="mb-3">
<label for="Input{{.Name}}" name="Name" class="form-label white">{{.Name}}</label>
<h4><b><label for="Input{{.Name}}" name="Name" class="form-label white">{{.Name}}</label></b></h4>
<input type="text" name={{.Name}} class="form-control" value="{{.Value}}" id="Input{{.Name}}" aria-describedby="{{.Name}}Help">
<div id="{{.Name}}Help" class="form-text font-italic">{{.Description}}</div>
</div>